소스 검색

Update NEWS.

Jelmer Vernooij 6 년 전
부모
커밋
f9741b2502
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      NEWS

+ 7 - 0
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