aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2025-02-03 11:15:02 +0200
committerBozhidar Batsov <bozhidar@batsov.dev>2025-02-03 11:15:02 +0200
commite6c0f5f236b2e60fcf7f8d090fb3e2af0096d4ff (patch)
treeaf7f7e01e8e91070c6a7416b2c1669c7c05a4fd7 /CHANGELOG.md
parent9979f835e818fe2389cc97f2694fedcd174d1c41 (diff)
Introduce projectile-auto-cleanup-known-projects
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53fa726..06c0645 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,8 @@
* [#1895](https://github.com/bbatsov/projectile/pull/1895): Modify projectile-mode to add a hook to `buffer-list-update-hook` such that any change in the buffer list will update the selected project.
* [#1918](https://github.com/bbatsov/projectile/pull/1895): Add Zig project discovery.
* Add support for Swift project discovery.
-* Introduce `projectile-global-ignore-file-patterns` that allows to ignore files and directories with regexp patterns.
+* Introduce `projectile-global-ignore-file-patterns` config that allows to ignore files and directories with regexp patterns.
+* Introduce `projectile-auto-cleanup-known-projects` option that allows you to auto-cleanup missing projects.
### Bugs fixed