diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-31 15:45:08 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-01-31 15:45:08 +0000 |
commit | 68ef7ebbef3f6ccc697d68f11b74a3f65613379f (patch) | |
tree | a32216122b2917de287550170b0aadf8a9a99618 /CHANGES.md | |
parent | Fix link in upgrade.rst (diff) | |
download | synapse-68ef7ebbef3f6ccc697d68f11b74a3f65613379f.tar.xz |
Update changelog v1.10.0rc1
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 6686cafa5b..ab6fce3e7d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,13 @@ Synapse 1.10.0rc1 (2020-01-31) ============================== +**WARNING**: As of this release Synapse validates `client_secret` parameters in the Client-Server API as per the spec. See [\#6766](https://github.com/matrix-org/synapse/issues/6766) for details. + + Features -------- -- Implement updated authorization rules for aliases events, from [MSC2260](https://github.com/matrix-org/matrix-doc/pull/2260). ([\#6787](https://github.com/matrix-org/synapse/issues/6787), [\#6790](https://github.com/matrix-org/synapse/issues/6790), [\#6794](https://github.com/matrix-org/synapse/issues/6794)) +- Add experimental support for updated authorization rules for aliases events, from [MSC2260](https://github.com/matrix-org/matrix-doc/pull/2260). ([\#6787](https://github.com/matrix-org/synapse/issues/6787), [\#6790](https://github.com/matrix-org/synapse/issues/6790), [\#6794](https://github.com/matrix-org/synapse/issues/6794)) Bugfixes |