changelog: move shallow clone support to unreleased section

The change was originally made during the last release cycle, so the hunks were
based and rebased on top of the previous release section.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2024-10-14 13:46:42 -05:00 committed by Lukas Wirth
parent 48684eea10
commit 346b16224c

View file

@ -37,6 +37,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* New template function `raw_escape_sequence(...)` preserves escape sequences.
* Initial support for shallow git repositories has been implemented. However
deepening the history of a shallow repository is not yet supported.
* `jj git clone` now accepts a `--depth <DEPTH>` option, which
allows to clone the repository with a given depth.
### Fixed bugs
* Error on `trunk()` revset resolution is now handled gracefully.
@ -133,12 +139,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* Author and committer names are now yellow by default.
* Initial support for shallow git repositories has been implemented. However
deepening the history of a shallow repository is not yet supported.
* `jj git clone` now accepts a `--depth <DEPTH>` option, which
allows to clone the repository with a given depth.
### Fixed bugs
* Update working copy before reporting changes. This prevents errors during reporting