diff --git a/NEWS b/NEWS index 438c60c4b..b4277a8dc 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,15 @@ * Add ``ObjectStore.iter_prefix``. (Jelmer Vernooij) + * Revert back to version 3 of ``Cargo.lock``, to allow + building with older Cargo versions. + (Jelmer Vernooij) + + * Use a default ref-prefix when fetching with git protocol v2 + (Stefan Sperling, #1389) + + * Add `ObjectStore.iter_prefix`. (Jelmer Vernooij) + 0.22.3 2024-10-15 * Improve wheel building in CI, so we can upload wheels for the next release.