diff options
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | client/changes/bug_fix-sync-enc-close-queue-error | 1 | ||||
-rw-r--r-- | client/changes/feature_6996-post-sync-hooks | 1 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,8 @@ +0.7.1 Jul 10, 2015: +Client: + o Fix sync encrypter pool close queue error. Closes #7088. + o Expose post-sync hooks via plugin system. Related: #6996. + 0.7.0 Jun 01 2015: Client: o Do not depend on pysqlite2 (#2945). diff --git a/client/changes/bug_fix-sync-enc-close-queue-error b/client/changes/bug_fix-sync-enc-close-queue-error deleted file mode 100644 index 71af7c67..00000000 --- a/client/changes/bug_fix-sync-enc-close-queue-error +++ /dev/null @@ -1 +0,0 @@ - o Fix sync encrypter pool close queue error. Closes #7088. diff --git a/client/changes/feature_6996-post-sync-hooks b/client/changes/feature_6996-post-sync-hooks deleted file mode 100644 index 027c0b2a..00000000 --- a/client/changes/feature_6996-post-sync-hooks +++ /dev/null @@ -1 +0,0 @@ -o Expose post-sync hooks via plugin system. Related: #6996 |