From 79569f8248faae2493b46358e603bcda09a76669 Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Thu, 4 Jul 2024 21:05:26 +0900 Subject: [PATCH] changelog: move "rebase --skip-emptied" entry to unreleased section --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e63e68172..6bf24ffff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`