From 7e28e1994561d8a4f2bbbdbe30448042359473a7 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Thu, 7 Mar 2024 23:07:40 -0600 Subject: [PATCH] changelog: put entry in the right version section Commit b4c4d911 introduced this entry in the changelog, but put it in the 0.15.0 section rather than the new unreleased section. This was probably just because the original commit was authored before the 0.15.0 release, but merged after. Such is life. Signed-off-by: Austin Seipp --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16792f19e..626f9e377 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.