2
0
Jelmer Vernooij 10 жил өмнө
parent
commit
97612ab5ee
1 өөрчлөгдсөн 11 нэмэгдсэн , 0 устгасан
  1. 11 0
      NEWS

+ 11 - 0
NEWS

@@ -10,6 +10,14 @@
   * Ensure that all files object are closed when running the test suite.
     (Gary van der Merwe)
 
+  * When writing OFS_DELTA pack entries, write correct offset.
+    (Augie Fackler)
+
+  * Fix handler of larger copy operations in packs. (Augie Fackler)
+
+  * Various fixes to improve test suite running on Windows.
+    (Gary van der Merwe)
+
  IMPROVEMENTS
 
   * Add porcelain 'status'. (Ryan Faulkner)
@@ -29,6 +37,9 @@ API CHANGES
   * All classes with close methods are now context managers, so that they can
     be easily closed using a `with` statement. (Gary van der Merwe)
 
+  * Remove deprecated `num_objects` argument to `write_pack` methods.
+    (Jelmer Vernooij)
+
 0.9.6	2014-04-23
 
  IMPROVEMENTS