Browse Source

NEWS: Add two missing items.

Jelmer Vernooij 14 years ago
parent
commit
7ca3ed649c
1 changed files with 5 additions and 0 deletions
  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)