Browse Source

Update NEWS (#1425)

Jelmer Vernooij 4 months ago
parent
commit
d852db774c
1 changed files with 23 additions and 0 deletions
  1. 23 0
      NEWS

+ 23 - 0
NEWS

@@ -2,6 +2,29 @@
 
  * Drop support for Python 3.8. (Jelmer Vernooij)
 
+ * Fix refspec handling in porcelain.pull. (Jelmer Vernooij)
+
+ * Drop broken refspec support in porcelain.clone.
+   (Jelmer Vernooij)
+
+ * Provide ``ref_prefix`` functionality client-side
+   if the server does not support it. (Jelmer Vernooij)
+
+ * Consistently honor ``ref_prefix`` and ``protocol_version``
+   arguments in client. (Jelmer Vernooij)
+
+ * Strip pkt-line when negotiating protocol v2. Fixes
+   compatibility with gerrit. (Rémy Pecqueur, #1423)
+
+ * Don't pull in ``setuptools_rust`` when building pure
+   package. (Eli Schwartz)
+
+ * Return peeled refs from ``GitClient.get_refs`` if protocol-v2
+   is used. (Stefan Sperling, #1410)
+
+ * Drop outdated performance file. (Jelmer Vernooij, #1411)
+
+
 0.22.4	2024-11-01
 
  * Fix handling of symrefs with protocol v2.