summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst21
1 files changed, 19 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 03668370a9..cacf4b8947 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,11 +1,28 @@
+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 push bugs (PR #966, #970)
+* Fix adding emails on registration (PR #968)
+
+
 Changes in synapse v0.17.0-rc1 (2016-07-28)
 ===========================================
 
 This release changes the LDAP configuration format in a backwards incompatible
 way, see PR #843 for details.
 
-This release contains significant security bug fixes regarding authenticating
-events received over federation. Please upgrade.
+The 0.17 release will contain significant security bug fixes regarding
+authenticating events received over federation
 
 
 Features: