changelog: consider renamed jj debug commands a breaking change

I think I originally didn't consider changing debug commands as a
breaking change, but it's better to be conservative.
This commit is contained in:
Martin von Zweigbergk 2023-06-03 19:07:35 -07:00 committed by Martin von Zweigbergk
parent e86f339863
commit 864c17b8c4

View file

@ -35,6 +35,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `jj hide` (alias for `jj abandon`) is no longer available. Use `jj abandon`
instead.
* `jj debug completion`, `jj debug mangen` and `jj debug config-schema` have
been moved from `jj debug` to `jj util`.
### New features
* `jj git push --deleted` will remove all locally deleted branches from the remote.
@ -61,9 +64,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`jj log`, and `jj obslog`) now accept `--types` to show only the type of file
before and after.
* `jj debug completion`, `jj debug mangen` and `jj debug config-schema` have
been moved from `jj debug` to `jj util`.
* `jj describe` now supports `--reset-author` for resetting a commit's author
to the configured user. `jj describe` also gained a `--no-edit` option to
avoid opening the editor.