mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-01 00:50:57 +00:00
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 <aseipp@pobox.com>
This commit is contained in:
parent
a76f716cd1
commit
7e28e19945
1 changed files with 3 additions and 3 deletions
|
@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
||||||
|
* `ui.default-command` now accepts multiple string arguments, for more complex
|
||||||
|
default `jj` commands.
|
||||||
|
|
||||||
### Fixed bugs
|
### Fixed bugs
|
||||||
|
|
||||||
## [0.15.1] - 2024-03-06
|
## [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
|
defined template names when no argument is given, assisting the user in making
|
||||||
a selection.
|
a selection.
|
||||||
|
|
||||||
* `ui.default-command` now accepts multiple string arguments, for more complex
|
|
||||||
default `jj` commands.
|
|
||||||
|
|
||||||
### Fixed bugs
|
### Fixed bugs
|
||||||
|
|
||||||
* On Windows, symlinks in the repo are now supported when Developer Mode is enabled.
|
* On Windows, symlinks in the repo are now supported when Developer Mode is enabled.
|
||||||
|
|
Loading…
Reference in a new issue