summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-26 11:08:09 +0100
committerErik Johnston <erik@matrix.org>2015-05-26 11:08:09 +0100
commitcb7dac3a5d64eb37cdc39deeb1ea4c959023c8f5 (patch)
tree0f91466710a10793d56cd27cfcff5133ba2c84fe /CHANGES.rst
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.9.1 (diff)
downloadsynapse-cb7dac3a5d64eb37cdc39deeb1ea4c959023c8f5.tar.xz
changelog
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 529ab3ee95..0e5f28c2d7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,8 +8,10 @@ General:
   paginate history the server does not have - SYN-36
 * Fix bug where we couldn't disable non-default pushrules - SYN-378
 * Fix bug with ``register_new_user`` script - SYN-359
-* Improve performance of fetching events from the database.
-* Improve performance of event streams.
+* Improve performance of fetching events from the database. This improves both
+  initialSync and sending of events.
+* Improve performance of event streams, allowing synapse to handle more
+  simultaneous connected clients.
 
 Federation: