docs: fix misplaced changelog entry for "jj config gc"

This commit is contained in:
Yuya Nishihara
2026-06-28 19:06:10 +09:00
parent fdc6c5cff0
commit 80e5e95a2b

View File

@@ -8,11 +8,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
* `jj config gc` will delete configuration of deleted/moved repos from
`~/.config/jj/repos` folder.
[#9362](https://github.com/jj-vcs/jj/issues/9362)
### Release highlights
### Breaking changes
@@ -37,6 +32,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* `jj` now looks for config files in `/etc/jj`.
* `jj config gc` will delete configuration of deleted/moved repos from
`~/.config/jj/repos` folder.
[#9362](https://github.com/jj-vcs/jj/issues/9362)
* `jj run` allows you to run a command over a set of changes, each with their
own private working copy; the commands may update the working copy and
changes/conflicts are propagated accordingly, e.g., `jj run -- cargo check