Use python-fastimport.
[jelmer/dulwich-libgit2.git] / NEWS
diff --git a/NEWS b/NEWS
index 5dc436993308ac79619361d8981df415e9142468..53245ed6e96891b4da2f67d1017e03bedf8dca88 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,7 +22,8 @@
   * Distinguish between missing files and read errors in HTTP server.
     (Dave Borowitz)
 
-  * Initial work on a fastimport parser. (Jelmer Vernooij)
+  * Initial work on support for fastimport using python-fastimport.
+    (Jelmer Vernooij)
 
   * New dulwich.pack.MemoryPackIndex class. (Jelmer Vernooij)
 
@@ -48,6 +49,8 @@
   * Use real in-memory objects rather than stubs for server tests.
     (Dave Borowitz)
 
+  * Clean up MissingObjectFinder. (Dave Borowitz)
+
  API CHANGES
 
   * ObjectStore.iter_tree_contents now walks contents in depth-first, sorted