Use right exception.
[jelmer/subvertpy.git] / NEWS
diff --git a/NEWS b/NEWS
index 19cffb5767c2be3eb94f4af9c6b10861069050db..e9eb9ba3b3aa6b173559784fdaa6470afd923897 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
-0.10.0 UNRELEASED
+0.11.0 UNRELEASED
+
+ API CHANGES
+
+  * ``subvertpy.wc.WorkingCopy`` has been renamed to
+    `` subvertpy.wc.Adm``. (Jelmer Vernooij)
+
+  * ``subvertpy.client.mkdir``, ``subvertpy.client.copy``,
+    ``subvertpy.client.delete``, ``subvertpy.client.commit``
+    no longer return the resulting commit but call an
+    optional callback with commit info.
+    (Jelmer Vernooij)
+
+0.10.1 2017-07-19
+
+ BUG FIXES
+
+  * Bundle Makefile and subvertpy.cfg. (Jelmer Vernooij)
+
+  * Fix some endianness issues. (Jelmer Vernooij)
+
+0.10.0 2017-07-17
 
   CHANGES