diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-01-04 17:13:52 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-01-04 17:13:52 +0000 |
commit | 5680be70aea43a91f47a8fb97b7bb5dfbcad6d09 (patch) | |
tree | e3383494c8c768c9eb21a1cebaf6d322ad326ebf /CHANGES.rst | |
parent | Merge remote-tracking branch 'origin/release-v0.12.0' (diff) | |
download | synapse-5680be70aea43a91f47a8fb97b7bb5dfbcad6d09.tar.xz |
fix whitespace bug
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 1d43fd3604..68b8426ed7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,12 +15,10 @@ Changes in synapse v0.12.0-rc3 (2015-12-23) * Add a ``display_name`` to third-party invites (PR #449) * Send more information to the identity server for third-party invites so that it can send richer messages to the invitee (PR #446) - * Cache the responses to ``/intialSync`` for 5 minutes. If a client retries a request to ``/initialSync`` before the a response was computed to the first request then the same response is used for both requests (PR #457) - * Fix a bug where synapse would always request the signing keys of remote servers even when the key was cached locally (PR #452) * Fix 500 when pagination search results (PR #447) |