diff options
Diffstat (limited to 'client/changes')
-rw-r--r-- | client/changes/bug_7503-do-not-signal-sync-complete | 1 | ||||
-rw-r--r-- | client/changes/bug_missing_design_doc_handler | 1 | ||||
-rw-r--r-- | client/changes/feat_send_batch | 1 | ||||
-rw-r--r-- | client/changes/feat_use_cryptography | 1 | ||||
-rw-r--r-- | client/changes/next-changelog.rst | 6 |
5 files changed, 2 insertions, 8 deletions
diff --git a/client/changes/bug_7503-do-not-signal-sync-complete b/client/changes/bug_7503-do-not-signal-sync-complete deleted file mode 100644 index 4cc361e0..00000000 --- a/client/changes/bug_7503-do-not-signal-sync-complete +++ /dev/null @@ -1 +0,0 @@ -o Do not signal sync completion if sync failed. Closes: #7503 diff --git a/client/changes/bug_missing_design_doc_handler b/client/changes/bug_missing_design_doc_handler deleted file mode 100644 index 72e42b85..00000000 --- a/client/changes/bug_missing_design_doc_handler +++ /dev/null @@ -1 +0,0 @@ -o Handle missing design doc at GET (get_sync_info). Soledad server can handle this during sync. diff --git a/client/changes/feat_send_batch b/client/changes/feat_send_batch deleted file mode 100644 index fbfce519..00000000 --- a/client/changes/feat_send_batch +++ /dev/null @@ -1 +0,0 @@ -o Client will now send documents at a limited size batch due to changes on SyncTarget. The default limit is 500kB. diff --git a/client/changes/feat_use_cryptography b/client/changes/feat_use_cryptography deleted file mode 100644 index 6e8fe3bf..00000000 --- a/client/changes/feat_use_cryptography +++ /dev/null @@ -1 +0,0 @@ -o Use cryptography instead of pycryptopp. Stick with AES-CTR. diff --git a/client/changes/next-changelog.rst b/client/changes/next-changelog.rst index 89234cb2..bdc9f893 100644 --- a/client/changes/next-changelog.rst +++ b/client/changes/next-changelog.rst @@ -1,5 +1,5 @@ -0.8.0 - xxx -+++++++++++++++++++++++++++++++ +0.8.1 - ... +++++++++++++++++++++ Please add lines to this file, they will be moved to the CHANGELOG.rst during the next release. @@ -10,7 +10,6 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ -- `#7656 <https://leap.se/code/issues/7656>`_: Emit multi-user aware events. - `#1234 <https://leap.se/code/issues/1234>`_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. @@ -21,7 +20,6 @@ Bugfixes Misc ~~~~ -- `#7195 <https://leap.se/code/issues/7195>`_: Use cryptography instead of pycryptopp. - `#1236 <https://leap.se/code/issues/1236>`_: Description of the new feature corresponding with issue #1236. - Some change without issue number. |