Browse Source

Update NEWS

Jelmer Vernooij 4 months ago
parent
commit
6b82c99897
1 changed files with 9 additions and 0 deletions
  1. 9 0
      NEWS

+ 9 - 0
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.