diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2026-01-09 15:36:28 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2026-01-09 15:36:28 +0200 |
| commit | 7cb1f64c1d68dd01acda8b7e3459ed11eb4fb2a8 (patch) | |
| tree | b2179ac0cede725c932caa119a9a440a38da8817 | |
| parent | f19262ae3f2764f10a4d087497058cdb9a0fd3df (diff) | |
Fix the changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 184a8ed..5bf6b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ * [#1837](https://github.com/bbatsov/projectile/issues/1837): Add `eat` project terminal commands with keybindings `x x` and `x 4 x`. ### Changes + * [#1958](https://github.com/bbatsov/projectile/issues/1958): Exclude `.projectile-cache.eld` from search results (ripgrep/ag/grep) by default. * [#1957](https://github.com/bbatsov/projectile/pull/1957): Add `:caller` information to calls to `ivy-read` (used by packages like `ivy-rich`). -* [#1954](https://github.com/bbatsov/projectile/issues/1954): update ELisp for usage.html / "Removal of missing projects" * [#1947](https://github.com/bbatsov/projectile/issues/1947): `projectile-project-name` should be marked as safe. * Set `projectile-auto-discover` to `nil` by default (to avoid startup slowdowns in some situations). * [#1943](https://github.com/bbatsov/projectile/pull/1943): Consider `projectile-indexing-method` to be safe as a dir-local variable if it is one of the preset values. |
