From 8e8fe689fe36823e323980ba1992fd9d861bd20d Mon Sep 17 00:00:00 2001 From: lWarne Date: Sun, 30 May 2021 12:59:25 +0100 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c736510..24c428426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,13 @@ ## master (unreleased) +* Allow the `:test-dir` option of a project to be set to a function for more flexible test switching. + ## 2.4.0 (2021-05-27) ### New features -* Add `projectile-update-project-type-function` for updating the properties of existing project types. +* 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.