diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-12 18:27:44 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-12 18:27:44 +0100 |
commit | c7bcd87f3768e2e2f0ba29cf8744ad12a5a0e78a (patch) | |
tree | b6ac5abf5ff91d919f899ab64e2d242a55bcdaff /CHANGES.rst | |
parent | Update the spec document to replace the candidate message with the candidates... (diff) | |
parent | Spellcheck (diff) | |
download | synapse-c7bcd87f3768e2e2f0ba29cf8744ad12a5a0e78a.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to '')
-rw-r--r-- | CHANGES.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index b9b3e9d0ea..e602ad6f85 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,23 @@ +Changes in synapse 0.2.3 (2014-09-12) +===================================== + +Homeserver: + * Fix bug where we stopped sending events to remote home servers if a + user from that home server left, even if there were some still in the + room. + * Fix bugs in the state conflict resolution where it was incorrectly + rejecting events. + +Webclient: + * Display room names and topics. + * Allow setting/editing of room names and topics. + * Display information about rooms on the main page. + * Handle ban and kick events in real time. + * VoIP UI and reliability improvements. + * Add glare support for VoIP. + * Improvements to initial startup speed. + * Don't display duplicate join events. + Changes in synapse 0.2.2 (2014-09-06) ===================================== |