diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-02-01 19:05:46 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-02-01 19:05:46 +0200 |
| commit | fdbb64eb3c454b3a170666a152b303e66cd5a2dd (patch) | |
| tree | ff28df8769f17caab6719a39f7d1fb766fb7f20c | |
| parent | 9dd005e7f9b9b36e6a6513eaf4cf565603836e09 (diff) | |
Tweak a changelog entry
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 883dc70..e330a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -371,7 +371,7 @@ of `find` to list the files of a non-VCS project. This should be much faster. * New command `projectile-run-shell` (<kbd>C-c p x s</kbd>). * New command `projectile-run-eshell` (<kbd>C-c p x e</kbd>). * New command `projectile-run-term` (<kbd>C-c p x t</kbd>). -* Let user unignore files in `.projectile` with the ! prefix. +* [#971](https://github.com/bbatsov/projectile/pull/971): Let user unignore files in `.projectile` with the ! prefix. * Add a command to add all projects in a directory to the cache (`projectile-discover-projects-in-directory`). * Add a command to list dirty version controlled projects (`projectile-browse-dirty-projects`). |
