瀏覽代碼

NEWS: Add two missing items.

Jelmer Vernooij 14 年之前
父節點
當前提交
7ca3ed649c
共有 1 個文件被更改,包括 5 次插入0 次删除
  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)