aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJohn Eivind Helset <jehelset@gmail.com>2020-07-26 07:06:19 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2020-08-02 18:02:56 +0300
commit7ed2ce31ef7db12f3c9bfede6bd0678cf18d261e (patch)
tree5ae39409938e3ee02e4ad9a30fe1d06d7111d095 /CHANGELOG.md
parent1c616712fa5abdaf5c21a4b9154b25071fd81d5a (diff)
[Fix #1560] Add install and package project commands
projectile.el: add new commands and defaults for cmake and make doc/modules/ROOT/pages/projects.adoc: mention new commands
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 407c783..e87cfad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
### New features
+* New project commands `projectile-package-project` and `projectile-install-project`.
* [#1539](https://github.com/bbatsov/projectile/pull/1539): New defcustom `projectile-auto-discover` controlling whether to automatically discover projects in the search path when `projectile-mode` activates.
* Add [emacs-eldev](https://github.com/doublep/eldev) project type.
* Add Dart project type.