aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorToctave <octave.crespel@club.fr>2021-07-01 06:41:21 +0200
committerGitHub <noreply@github.com>2021-07-01 07:41:21 +0300
commitda08a9103b5ba3b38ef031a9627a19436eb318b5 (patch)
treec784f1c94b415ae1812b9b46b3784085f72c4b0a /CHANGELOG.md
parent9791a0c130f323488eb7e4fa22c0bbe7acf706d9 (diff)
Add projectile-*-use-comint-mode variables for each compilation command (#1672)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 27d0a5b..47485c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
### New features
+* Add `projectile-<cmd>-use-comint-mode` variables (where `<cmd>` is `configure`, `compile`, `test`, `install`, `package`, or `run`). These enable interactive compilation buffers.
* Add `projectile-update-project-type` function for updating the properties of existing project types.
* [#1658](https://github.com/bbatsov/projectile/pull/1658): New command `projectile-reset-known-projects`.
* [#1656](https://github.com/bbatsov/projectile/pull/1656): Add support for CMake configure, build and test presets. Enabled by setting `projectile-cmake-presets` to non-nil, disabled by default.