diff options
author | Matthew Hodgson <matthew@matrix.org> | 2017-01-05 13:58:19 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2017-01-05 13:58:19 +0000 |
commit | bd85434cb398a8272a1276574db4d28dc76f7f3f (patch) | |
tree | bbecac7c1e86ba5a863f1a36fb7f9d9a1a9c6d7d /CHANGES.rst | |
parent | Merge branch 'release-v0.18.6' into develop (diff) | |
parent | Fix flake8 and update changelog (diff) | |
download | synapse-bd85434cb398a8272a1276574db4d28dc76f7f3f.tar.xz |
Merge branch 'release-v0.18.6' into develop
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index dfa5d8748a..c1a8dd7613 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,18 @@ +Changes in synapse v0.18.6-rc3 (2017-01-05) +=========================================== + +Bug fixes: + +* Fix bug where we failed to send ban events to the banned server (PR #1758) +* Fix bug where we sent event that didn't originate on this server to + other servers (PR #1764) +* Fix bug where processing an event from a remote server took a long time + because we were making long HTTP requests (PR #1765, PR #1744) + +Changes: + +* Improve logging for debugging deadlocks (PR #1766, PR #1767) + Changes in synapse v0.18.6-rc2 (2016-12-30) =========================================== |