summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-01-31 15:45:08 +0000
committerErik Johnston <erik@matrix.org>2020-01-31 15:45:08 +0000
commit68ef7ebbef3f6ccc697d68f11b74a3f65613379f (patch)
treea32216122b2917de287550170b0aadf8a9a99618 /CHANGES.md
parentFix link in upgrade.rst (diff)
downloadsynapse-68ef7ebbef3f6ccc697d68f11b74a3f65613379f.tar.xz
Update changelog v1.10.0rc1
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md5
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