summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2017-08-07 21:16:32 -0300
committerVictor Shyba <victor1984@riseup.net>2017-08-07 21:16:32 -0300
commit2324ab305704480308f2152840da4d556997e30c (patch)
tree0c6e11c87c8b8a7efd734dc6ca2d6f991fbf3100
parent01eaca2a16316adf91803a1c43803c85733183ea (diff)
[docs] adds a changelog for incoming box changes0.10.1
-rw-r--r--CHANGELOG.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 34723a06..29adc1f9 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,19 @@ Changelog
.. note:: This version is not yet released and is under active development.
+Server
+~~~~~~
+
+- Fixes IncomingBox missing preamble separator (space) which causes client to
+ fail parsing.
+
+Client
+~~~~~~
+
+- Adds IncomingBoxProcessLoop and implement the process flow for IncominBox
+ specification.
+- Adds IIncomingBoxConsumer interface, which can be used by Soledad apps to
+ implement consumers for IncomingBox feature.
0.10.0 - 18 July, 2017
-------------------------------