diff options
author | Erik Johnston <erik@matrix.org> | 2021-02-02 13:51:20 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-02-02 13:51:20 +0000 |
commit | eec9ab32253e458f275ffbc22368442b7ec5b549 (patch) | |
tree | d38ac3833806c3d3f612a4eed15af02edc1d1599 /CHANGES.md | |
parent | 1.27.0rc1 (diff) | |
download | synapse-eec9ab32253e458f275ffbc22368442b7ec5b549.tar.xz |
Update changelog v1.27.0rc1
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 5ed58ca9c6..16c11ff0cb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,8 @@ Note that this release includes a change in Synapse to use Redis as a cache ─ This release also changes the callback URI for OpenID Connect (OIDC) identity providers. If your server is configured to use single sign-on via an OIDC/OAuth2 IdP, you may need to make configuration changes. Please review [UPGRADE.rst](UPGRADE.rst) for more details on these changes. +This release also changes escaping of variables in the HTML templates for SSO or email notifications. If you have customised these templates, please review [UPGRADE.rst](UPGRADE.rst) for more details on these changes. + Features -------- |