diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-04-01 08:48:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 08:48:00 -0400 |
commit | b9930d24a05e47c36845d8607b12a45eea889be0 (patch) | |
tree | d6411d13b03978cc8b16d4daba04d0016cc0aff0 /CHANGES.md | |
parent | Allow admins to create aliases when they are not in the room (#7191) (diff) | |
download | synapse-b9930d24a05e47c36845d8607b12a45eea889be0.tar.xz |
Support SAML in the user interactive authentication workflow. (#7102)
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index f794c585b7..b997af1630 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +Next version +============ + +* A new template (`sso_auth_confirm.html`) was added to Synapse. If your Synapse + is configured to use SSO and a custom `sso_redirect_confirm_template_dir` + configuration then this template will need to be duplicated into that + directory. + Synapse 1.12.0 (2020-03-23) =========================== |