diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2020-06-15 23:33:39 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2020-06-15 23:33:39 +0300 |
| commit | 7b0d1d8ad5ed3558dfe0e7398f9726afac61e78b (patch) | |
| tree | a50bcff276f1fc7f9140ec4fa5f7a1963531d0dd /CHANGELOG.md | |
| parent | 10bd27d723764c39336ccb4d1e205b1c767ba4d9 (diff) | |
Fix the changelog
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 814602c..d43ddd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## master (unreleased) +### New features + +* [#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. + +### Changes + +* [#1540](https://github.com/bbatsov/projectile/pull/1540): Add default `test-suffix` to Angular projects. + ## 2.2.0 (2020-06-10) ### New features @@ -10,7 +18,6 @@ * Optional support for comments in .projectile dirconfig files using `projectile-dirconfig-comment-prefix`. * [#1497](https://github.com/bbatsov/projectile/pull/1497): New command `projectile-run-gdb` (<kbd>x g</kbd> in `projectile-command-map`). * Add [Bazel](https://bazel.build) project type. -* [#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. ### Bugs fixed @@ -18,7 +25,6 @@ ### Changes -* [#1540](https://github.com/bbatsov/projectile/pull/1540): Add default `test-suffix` to Angular projects. * [#1528](https://github.com/bbatsov/projectile/pull/1528): Improve massively the performance of native indexing (it's around 10x faster now). ## 2.1.0 (2020-02-04) |
