diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-26 12:07:28 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-26 12:07:28 +0000 |
commit | 47256cdde61ff1463133dac732b73402f35d2ebd (patch) | |
tree | d9eccedd90f9c573634c5456cfbbb65684214c6e /CHANGES.rst | |
parent | Use correct default port in scripts/check_signature.py (diff) | |
parent | Bump version numbers and change log (diff) | |
download | synapse-47256cdde61ff1463133dac732b73402f35d2ebd.tar.xz |
Merge branch 'release-v0.5.1' of github.com:matrix-org/synapse into develop
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 5a284c3853..3cd08938a2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +Changes in synapse 0.5.1 (2014-11-26) +===================================== +See UPGRADES.rst for specific instructions on how to upgrade. + + * Fix bug where we served up an Event that did not match its signatures. + * Fix regression where we no longer correctly handled the case where a + homeserver receives an event for a room it doesn't recognise (but is in.) + Changes in synapse 0.5.0 (2014-11-19) ===================================== This release includes changes to the federation protocol and client-server API |