changelog: move "rebase --skip-emptied" entry to unreleased section

This commit is contained in:
Yuya Nishihara 2024-07-04 21:05:26 +09:00
parent c535b1c50d
commit 79569f8248

View File

@ -10,6 +10,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Breaking changes
* `jj rebase --skip-empty` has been renamed to `jj rebase --skip-emptied`
### Deprecations
### New features
@ -40,8 +42,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
move` to ensure that the target branch already exists.
[#3584](https://github.com/martinvonz/jj/issues/3584)
* `jj rebase --skip-empty` has been renamed to `jj rebase --skip-emptied`
### Deprecations
* Replacing `-l` shorthand for `--limit` with `-n` in `jj log`, `jj op log`