diff options
author | Erik Johnston <erik@matrix.org> | 2016-08-02 15:43:52 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-08-02 15:43:52 +0100 |
commit | 8f650bd3381d8dbf9a41d2c09a37a036ba944724 (patch) | |
tree | 2a8b6219a20a8336d50122d71da8efea42551298 /CHANGES.rst | |
parent | Add authors to changelog (diff) | |
download | synapse-8f650bd3381d8dbf9a41d2c09a37a036ba944724.tar.xz |
Bump changeog and version
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 03668370a9..7254385f7e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,20 @@ +Changes in synapse v0.17.0-rc2 (2016-08-02) +=========================================== + +Changes: + +* Forbid non-ASes from registering users whose names begin with '_' (PR #958) +* Add some basic admin API docs (PR #963) + + +Bug fixes: + +* Send the correct host header when fetching keys (PR #941) +* Fix joining a room that has missing auth events (PR #964) +* Fix various bush bugs (PR #966, #970) +* Fix adding emails on registration (PR #968) + + Changes in synapse v0.17.0-rc1 (2016-07-28) =========================================== |