summaryrefslogtreecommitdiff
path: root/client/changes/bug_6757_fix-order-of-insertion-when-syncing
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-05-25 16:17:20 -0400
committerKali Kaneko <kali@leap.se>2015-05-25 16:17:20 -0400
commit745ac11c78455e7487bef88da3c3ffeb4fe4351c (patch)
treecc14a46120a69921ba9eed6e5584012c23fc694f /client/changes/bug_6757_fix-order-of-insertion-when-syncing
parent340b0dcfbc0a819738a28f9c803fdbf848754897 (diff)
parent3e6e51649bb6206125f20ac6773f6744ec8bf175 (diff)
Merge remote-tracking branch 'leapcode/pr/216' into develop
this branch includes many changes that improve the asynchronous retrieval of the sync docs, and the parallel decryption of the encrypted documents.
Diffstat (limited to 'client/changes/bug_6757_fix-order-of-insertion-when-syncing')
-rw-r--r--client/changes/bug_6757_fix-order-of-insertion-when-syncing2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/changes/bug_6757_fix-order-of-insertion-when-syncing b/client/changes/bug_6757_fix-order-of-insertion-when-syncing
new file mode 100644
index 00000000..c0470f5a
--- /dev/null
+++ b/client/changes/bug_6757_fix-order-of-insertion-when-syncing
@@ -0,0 +1,2 @@
+ o Fix the order of insertion of documents when using workers for decrypting
+ incoming documents during a sync. Closes #6757.