Merge 0.4.
[jelmer/subvertpy.git] / NEWS
diff --git a/NEWS b/NEWS
index 0f54c8d40622ace0f34385c1122bdfd7c0c5f76c..6b3ecac8dac4381c1f65475dedc5022170b2093e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -89,6 +89,12 @@ bzr-svn 0.4.10  2008-05-12
 
 bzr-svn 0.4.9    2008-03-23
 
+  CHANGES
+
+   * The Python-Subversion bindings are no longer necessary. Instead, 
+     bzr-svn now comes with its own Python bindings for the Subversion 
+        libraries.
+
   FEATURES
 
    * Set revision properties when possible.
@@ -112,6 +118,8 @@ bzr-svn 0.4.9    2008-03-23
 
    * Be a bit quieter with messages about experimental mappings. (#162496)
 
+   * Properly warn when trying to open a working copy with a newer version.
+
    * More correct implementation of Repository.get_ancestry(). 
 
    * Properly use current branching scheme when following branches. (#183361)