From 864c17b8c4a35e45454dc7760287f67fb6a5cbdd Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sat, 3 Jun 2023 19:07:35 -0700 Subject: [PATCH] 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. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.