Explorar o código

NEWS: Add two missing items.

Jelmer Vernooij %!s(int64=14) %!d(string=hai) anos
pai
achega
7ca3ed649c
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      NEWS

+ 5 - 0
NEWS

@@ -2,6 +2,9 @@
 
  FEATURES
 
+  * New `dulwich.diff_tree` module for simple content-based rename detection.
+    (Dave Borowitz)
+
   * Add Tree.items(). (Jelmer Vernooij)
 
   * Add eof() and unread_pkt_line() methods to Protocol. (Dave Borowitz)
@@ -32,6 +35,8 @@
   * The ref format is now checked when setting a ref rather than when reading it back.
     (Dave Borowitz, #653527)
 
+  * Make sure pack files are closed correctly. (Tay Ray Chuan)
+
  DOCUMENTATION
 
   * Run the tutorial inside the test suite. (Jelmer Vernooij)