Browse Source

Update NEWS

Jelmer Vernooij 1 year ago
parent
commit
7574997132
1 changed files with 17 additions and 0 deletions
  1. 17 0
      NEWS

+ 17 - 0
NEWS

@@ -1,5 +1,22 @@
 0.21.6	UNRELEASED
 
+ * index: Handle different stages of conflicted paths.
+   (Kevin Hendricks, Jelmer Vernooij)
+
+ * Improve LCA finding performance. (Kevin Hendricks)
+
+ * client: Handle Content-Type with encoding set.
+   (Antoine Lambert)
+
+ * Only import _hashlib for type checking.
+   (David Hotham)
+
+ * Update docs regarding building dulwich without c bindings (#103)
+   (Adam Plaice)
+
+ * objects: Define a stricter return type for _parse_message
+   (Vincent Lorentz)
+
 0.21.5	2023-05-04
 
  * Be more tolerant to non-3-length tuple versions.