diff options
author | Erik Johnston <erik@matrix.org> | 2016-07-28 10:38:56 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-07-28 10:38:56 +0100 |
commit | 7871790db1b38d10783d88ebfc9bd4e0356195c7 (patch) | |
tree | e23086b78ddfd9fae5ce380bcbaa09de111aaaa1 /CHANGES.rst | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.17.0 (diff) | |
download | synapse-7871790db1b38d10783d88ebfc9bd4e0356195c7.tar.xz |
Bump version and changelog
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 799c14575c..65566adda1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -Changes in synapse v0.17.0-r1 (2016-07-27) -========================================== +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. @@ -36,6 +36,9 @@ Changes: * Add metrics for psutil derived memory usage (PR #936) * Record device_id in client_ips (PR #938) * Log the hostname the reCAPTCHA was completed on (PR #946) +* Make the device id on e2e key upload optional (PR #956) +* Add r0.2.0 to the "supported versions" list (PR #960) +* Don't include name of room for invites in push (PR #961) Bug fixes: |