diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-26 16:00:45 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-26 16:00:45 +0100 |
commit | 6cb3212fc22b00459c6ffa667e86092da621f93d (patch) | |
tree | c5cefd5b0334185780ffa8d391cb2d2f70c003af /CHANGES.rst | |
parent | Iterate over the user_streams not the user_ids (diff) | |
download | synapse-6cb3212fc22b00459c6ffa667e86092da621f93d.tar.xz |
changelog
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 3d4178fad1..1ca2407a73 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,8 +6,8 @@ General: * Add support for backfilling when a client paginates. This allows servers to request history for a room from remote servers when a client tries to 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 +* Fix bug where you couldn't disable non-default pushrules - SYN-378 +* Fix ``register_new_user`` script - SYN-359 * 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 |