aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2020-12-11 22:23:46 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2020-12-11 22:23:46 +0200
commit312bd230fd7c56562410f0b50b1c18f2d4b598fc (patch)
treed5ef3af7902efd6a10fb5f16403b7acd7bdb2bd1
parent05ab27e34d7d9c5276bad9a4a9cf396354aad618 (diff)
Tweak a couple of changelog entries
-rw-r--r--CHANGELOG.md4
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.