aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2022-10-30 17:11:41 +0200
committerBozhidar Batsov <bozhidar@batsov.dev>2022-10-30 17:11:41 +0200
commitbf1b7b1faa5b3c3751a4a283a8a263a24845d4ff (patch)
tree07c4b43e5431908531ecd1799f0c8e7813336fdd /CHANGELOG.md
parent20e4444dea4baeba332c39ab3c401d9209c62e43 (diff)
Tweak a changelog entry
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c539733..8d5c892 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