diff --git a/CHANGELOG.md b/CHANGELOG.md index 16792f19e2..626f9e377e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### New features +* `ui.default-command` now accepts multiple string arguments, for more complex + default `jj` commands. + ### Fixed bugs ## [0.15.1] - 2024-03-06 @@ -106,9 +109,6 @@ No code changes (fixing Rust `Cargo.toml` stuff). defined template names when no argument is given, assisting the user in making a selection. -* `ui.default-command` now accepts multiple string arguments, for more complex - default `jj` commands. - ### Fixed bugs * On Windows, symlinks in the repo are now supported when Developer Mode is enabled.