aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJuergen Hoetzel <juergen@hoetzel.info>2021-06-27 15:49:27 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2021-06-29 08:24:52 +0300
commit7817f2093d8610a8fccf91b141c3535de08a4cc0 (patch)
treef311e89871156caa10ff9101dc5a1b40d0750447 /CHANGELOG.md
parent1fbe06316f2c13ed0a4eae595d792f7d53e3af20 (diff)
[Fix #1500] Add support for recursive project discovery
Extend type of `projectile-project-search-path` to allow elements of form (DIRECTORY . DEPTH) to discover projects at the specified depth.
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 40a69b4..072867b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
### New features
+* [#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.
### Bugs fixed