branch: elpa/projectile commit bf1b7b1faa5b3c3751a4a283a8a263a24845d4ff Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Tweak a changelog entry --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c53973328c..8d5c89236d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,7 @@ * [#1591](https://github.com/bbatsov/projectile/issues/1591): Add `project.el` integration that will make Projectile the default provider for project lookup. * Add new command `projectile-find-references` (bound to `C-c C-p ?` and `C-c C-p s x`). -* Add helpers for `dir-local-variables` for 3rd party use. - Functions `projectile-add-dir-local-variable` and `projectile-delete-dir-local-variable` - wraps their built-in counterparts. They always use `.dir-locals.el` from root of projectile project. +* [#1737](https://github.com/bbatsov/projectile/pull/1737): Add helpers for `dir-local-variables` for 3rd party use. Functions `projectile-add-dir-local-variable` and `projectile-delete-dir-local-variable` wrap their built-in counterparts. They always use `.dir-locals.el` from the root of the current Projectile project. ### Bug fixed