aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2021-08-10 13:09:59 +0300
committerBozhidar Batsov <bozhidar@batsov.dev>2021-08-10 13:09:59 +0300
commit138c8222b894840a0b35397ebee0a6eb2a5ae27a (patch)
tree217201333932c2638ce05d849d9cd8553b94d39d /CHANGELOG.md
parent1c9d1191362842b53c26bfce199293c00584759b (diff)
Update the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47485c3..79ee383 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,13 +4,19 @@
### New features
-* [#1680](https://github.com/bbatsov/projectile/pull/1680): Add support for recursive project discovery
+* [#1680](https://github.com/bbatsov/projectile/pull/1680): Add support for recursive project discovery.
* [#1671](https://github.com/bbatsov/projectile/pull/1671)/[#1679](https://github.com/bbatsov/projectile/pull/1679) Allow the `:test-dir` and `:src-dir` options of a project to be set to functions for more flexible test switching.
+* [#1672](https://github.com/bbatsov/projectile/pull/1672)Add projectile-*-use-comint-mode variables for each compilation command.
### Bugs fixed
* [#1550](https://github.com/bbatsov/projectile/issues/1550): Make `projectile-regenerate-tags` tramp-aware.
* [#1673](https://github.com/bbatsov/projectile/issues/1673): Fix CMake system-preset filename.
+* [#1691](https://github.com/bbatsov/projectile/pull/1691): Fix `compilation-find-file` advice handling of directory.
+
+### Changes
+
+* Remove `pkg-info` dependency.
## 2.4.0 (2021-05-27)