Merge some fixes from 0.3 branch.
[jelmer/subvertpy.git] / NEWS
diff --git a/NEWS b/NEWS
index 2c5ada0f8d0e18ebc1abeafd1011fb2cde2fcddc..66cdc3dee45dcafbc7ec2988b6935cb66edd974c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+bzr-svn 0.4    UNRELEASED
+  
+  BUG FIXES
+
+   * Non-ascii characters in file ids are now supported (fixes imports 
+     of the Python repository).
+
+   * Fixed error raised during version incompatibility. (Wouter van Heyst, 
+                                                         #80467)
+
+   * Implemented Repository.get_revision_graph(None)
+
+   * svn-import will no longer spin using CPU if the target directory 
+     did not exist (#80223).
+
+   * Remove branches when they are being replaced. Fixes DivergedBranches 
+     error when using svn-import (#81908).
+
+  IMPROVEMENTS
+
+  PERFORMANCE
+
+   * do_update() is now used to find the contents of a directory recursively. 
+     This should reduce the number of roundtrips significantly when 
+        finding file id mappings.
+
 bzr-svn 0.3.3  UNRELEASED
 
   IMPROVEMENTS