changelog: conflict() and file() deprecations are yet unreleased.

Move this update under `Unreleased`. I started the change before the last
release and after rebasing, forgot to move it. Fixing it now thanks to @yuja
catching this on time.

Issue: #4122
This commit is contained in:
Essien Ita Essien 2024-09-25 08:52:29 +01:00 committed by Essien Ita Essien
parent 9551794f19
commit e99cca8a93

View file

@ -34,6 +34,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* The `git.push-branch-prefix` config has been deprecated in favor of
`git.push-bookmark-prefix`.
* `conflict()` and `file()` revsets have been renamed to `conflicts()` and `files()`
respectively. The old names are still around and will be removed in a future
release.
### New features
* The new config option `snapshot.auto-track` lets you automatically track only
@ -94,10 +98,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
commit to commit. It now either follows the flags `--edit|--no-edit` or it
gets the mode from `ui.movement.edit`.
* `conflict()` and `file()` revsets have been renamed to `conflicts()` and `files()`
respectively. With this, all revsets that could potentially return multiple
results are named in the plural.
### Deprecations
* `jj untrack` has been renamed to `jj file untrack`.