Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog: put entry in the right version section #3254

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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