diff --git a/CHANGELOG.md b/CHANGELOG.md index 69fdf9f48..53705eb63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.