mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-01 03:45:55 +00:00
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:
parent
e86f339863
commit
864c17b8c4
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue