diff options
author | Erik Johnston <erik@matrix.org> | 2016-01-05 10:25:13 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-01-05 10:25:13 +0000 |
commit | 07c33eff43f4c7095c3884c50649e4b498bde038 (patch) | |
tree | 6d074d4f84a75f226a542a8e18fb3742855a535d | |
parent | Merge remote-tracking branch 'origin/release-v0.12.0' (diff) | |
parent | typoe (diff) | |
download | synapse-07c33eff43f4c7095c3884c50649e4b498bde038.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into develop
-rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 1d43fd3604..cb317c6a8b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,17 +15,15 @@ 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 +* Cache the responses to ``/initialSync`` 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) * Fix a bug where synapse was leaking raw email address in third-party invites - (PR #448) + (PR #448) Changes in synapse v0.12.0-rc2 (2015-12-14) =========================================== |