aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2025-01-30 14:36:57 +0200
committerBozhidar Batsov <bozhidar@batsov.dev>2025-01-30 14:36:57 +0200
commit0815d33d1320452f4387186b0be4e93c265d784f (patch)
treecbc7e5cfc838f4566160bd326e2d0bf41db99ffe
parent5061bd8dcd9f4d0e874884272f88b10892d15da3 (diff)
Update the changelog
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66f1ac5..fd9af9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,13 @@
### Changes
* Drop support for Emacs 25.
+* Rework the caching logic. The main changes from before are:
+
+ - Each project has its own cache file
+ - Cache files are consulted only when you request the files of some project
+
+ This makes caching both more robust and faster, as before the cache file
+ for all projects was loaded when projectile-mode was enabled.
## 2.8.0 (2023-10-13)