summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1ebd49b4..e9eb9ba3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+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