diff options
-rw-r--r-- | CHANGELOG | 7 | ||||
-rw-r--r-- | changes/bug_new_couch_structure | 2 | ||||
-rw-r--r-- | changes/feature_3487-split-soledad-into-common-client-and-server | 2 | ||||
-rw-r--r-- | changes/feature_improve-packaging | 1 |
4 files changed, 7 insertions, 5 deletions
@@ -1,3 +1,10 @@ +0.3.1 Aug 23: + o Migrate mx functions to work on the new couchdb structure and + views. Fixes #3502. + o Update to new soledad package scheme (common, client and + server). Closes #3487. + o Add versioneer. + 0.3.0 Aug 9: o Give a return code for bare usernames too. Closes: #3405 o Adapt to Soledad 0.2.1 API. diff --git a/changes/bug_new_couch_structure b/changes/bug_new_couch_structure deleted file mode 100644 index eea0ced..0000000 --- a/changes/bug_new_couch_structure +++ /dev/null @@ -1,2 +0,0 @@ - o Migrate mx functions to work on the new couchdb structure and - views. Fixes #3502.
\ No newline at end of file diff --git a/changes/feature_3487-split-soledad-into-common-client-and-server b/changes/feature_3487-split-soledad-into-common-client-and-server deleted file mode 100644 index 4698323..0000000 --- a/changes/feature_3487-split-soledad-into-common-client-and-server +++ /dev/null @@ -1,2 +0,0 @@ - o Update to new soledad package scheme (common, client and server). Closes - #3487. diff --git a/changes/feature_improve-packaging b/changes/feature_improve-packaging deleted file mode 100644 index afd2f40..0000000 --- a/changes/feature_improve-packaging +++ /dev/null @@ -1 +0,0 @@ - o Add versioneer. |