Update NEWS.
authorJelmer Vernooij <jelmer@jelmer.uk>
Sat, 11 Aug 2018 13:49:46 +0000 (14:49 +0100)
committerJelmer Vernooij <jelmer@jelmer.uk>
Sat, 11 Aug 2018 13:49:46 +0000 (14:49 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 3d5fc922c3d45b006d3c9ed9bc84e833db1df032..0ce6bc7f79b05c505d3e0500c5ee3da7fccc684f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@
   * Fix support for custom transport arguments in ``dulwich.porcelain.clone``.
     (Semyon Slepov)
 
+  * Fix compatibility with Python 3.8 (Jelmer Vernooij, Daniel M. Capella)
+
+  * Fix some corner cases in ``path_to_tree_path``. (Romain Keramitas)
+
+  * Support paths as bytestrings in various places in ``dulwich.index``
+    (Jelmer Vernooij)
+
 0.19.5 2018-08-08
 
  IMPROVEMENTS