Skip to content

Commit

Permalink
Update NEWS (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer authored Nov 7, 2024
2 parents fc7004a + 6070380 commit d852db7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d852db7

Please sign in to comment.