Skip to content

Commit

Permalink
changelog: put entry in the right version section
Browse files Browse the repository at this point in the history
Commit b4c4d91 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 <[email protected]>
  • Loading branch information
thoughtpolice committed Mar 8, 2024
1 parent a76f716 commit 7e28e19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 7e28e19

Please sign in to comment.