diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2020-12-11 22:23:46 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2020-12-11 22:23:46 +0200 |
| commit | 312bd230fd7c56562410f0b50b1c18f2d4b598fc (patch) | |
| tree | d5ef3af7902efd6a10fb5f16403b7acd7bdb2bd1 | |
| parent | 05ab27e34d7d9c5276bad9a4a9cf396354aad618 (diff) | |
Tweak a couple of changelog entries
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9da39..182cb35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ ### Bugs fixed -* [#1250](https://github.com/bbatsov/projectile/issues/1250): `projectile-globally-ignored-directories` not working with native indexing. -* [#1438](https://github.com/bbatsov/projectile/pull/1438): Make sure `projectile-files-via-ext-command` returns files not errors. +* [#1250](https://github.com/bbatsov/projectile/issues/1250): Fix `projectile-globally-ignored-directories` not working with native indexing. +* [#1438](https://github.com/bbatsov/projectile/pull/1438): Make sure `projectile-files-via-ext-command` returns files, not errors. * [#1450](https://github.com/bbatsov/projectile/pull/1450): Call `switch-project-action` within project's temp buffer. * [#1340](https://github.com/bbatsov/projectile/pull/1340): Fix remote projects being removed if TRAMP can't connect. |
