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:46 +0100
committerErik Johnston <erik@matrix.org>2015-05-26 11:08:46 +0100
commite417469af2d2fb9c57e68d30cf590e6c20319859 (patch)
tree41823d87a90b44017b1850a08e254336c3e2c940 /CHANGES.rst
parentchangelog (diff)
downloadsynapse-e417469af2d2fb9c57e68d30cf590e6c20319859.tar.xz
changelog
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0e5f28c2d7..3d4178fad1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,7 +8,7 @@ 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. This improves both
+* 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.