diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-27 17:16:24 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-27 17:16:24 +0000 |
commit | 5e26f6f3ae12d343bd2e1ba9b1b27fc1f7991fde (patch) | |
tree | 288cb19c083b7bc8c7d6ca4b5eed2f8484421bbf /CHANGES.rst | |
parent | Add a workaround for bug where some initial join events don't reference creat... (diff) | |
parent | Bump version and changelog (diff) | |
download | synapse-5e26f6f3ae12d343bd2e1ba9b1b27fc1f7991fde.tar.xz |
Merge branch 'release-v0.5.3' of github.com:matrix-org/synapse v0.5.3
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 207f1e4d74..6779a36f72 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +Changes in synapse 0.5.3 (2014-11-27) +===================================== + + * Fix bug that caused joining a remote room to fail if a single event was not + signed correctly. + * Fix bug which caused servers to continuously try and fetch events from other + servers. + Changes in synapse 0.5.2 (2014-11-26) ===================================== |