diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-09-04 01:57:27 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-09-04 01:57:27 +0100 |
commit | 77e628e840e7ffc893dad76c7de3cd140f454540 (patch) | |
tree | 029a9d75d8d159c68e01efd73c3bfa986bda7af1 | |
parent | update README to know about synctl (diff) | |
download | synapse-77e628e840e7ffc893dad76c7de3cd140f454540.tar.xz |
changelog for v0.2.1
-rw-r--r-- | CHANGES.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 292f7eee62..c6fab8fb72 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,19 @@ +Changes in synapse 0.2.1 (2014-09-03) +===================================== +Webclient: + * Implement 3PID login via email address + * Support for user management via IRC-style /kick, /ban/, /op + style slash commands + * Display user power levels in room member list as a red bar + +Homeserver: + * Add synctl init.d style control script + * Implement identity server integration for 3PID signup + * Implement rate limiting + * Implement content upload size limiting + * Bug fixes to power_levels + + Changes in synapse 0.2.0 (2014-09-02) ===================================== This update changes many configuration options, updates the |