commit - 3c84bc409d556be711d2d65ce942e3e5c76444c5
commit + 7574997132990398779c424b9860c85fae499d31
blob - 1c0e5bb41023f30819e602f76d47d3110139a52b
blob + dc7bc644ba226294bc67aa1472bbdaa571b486a8
--- NEWS
+++ NEWS
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.