diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-12-04 08:48:04 -0500 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-12-04 08:48:04 -0500 |
commit | 693dab487c8de75ca1e7573474a3d4429ce8b313 (patch) | |
tree | 43b0b1bbdbcf93775bd6bfc0383d29a635facc68 /CHANGES.md | |
parent | Fix a regression that mapping providers should be able to redirect users. (#8... (diff) | |
download | synapse-693dab487c8de75ca1e7573474a3d4429ce8b313.tar.xz |
1.24.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index e7aaebb1f3..26d4138445 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,18 @@ +Synapse 1.24.0rc2 (2020-12-04) +============================== + +Bugfixes +-------- + +- Fix a regression in v1.24.0rc1 which failed to allow SAML mapping providers which were unable to redirect users to an additional page. ([\#8878](https://github.com/matrix-org/synapse/issues/8878)) + + +Internal Changes +---------------- + +- Add support for the latest third-party libraries. Contributed by Jordan Bancino. ([\#8875](https://github.com/matrix-org/synapse/issues/8875)) + + Synapse 1.24.0rc1 (2020-12-02) ============================== |