diff options
author | Patrick Cloke <patrickc@matrix.org> | 2021-02-11 11:22:29 -0500 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2021-02-11 11:22:29 -0500 |
commit | 40de53423856eee775fc3777b101ac1e3581bcee (patch) | |
tree | afa55c010ff3de522f783f4e82ffdbae58444091 /CHANGES.md | |
parent | Backout changes for automatically calculating the public baseurl. (#9313) (diff) | |
download | synapse-40de53423856eee775fc3777b101ac1e3581bcee.tar.xz |
1.27.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 16c11ff0cb..3de781d4e4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,25 @@ +Synapse 1.27.0rc2 (2021-02-11) +============================== + +Features +-------- + +- Further improvements to the user experience of registration via single sign-on. ([\#9297](https://github.com/matrix-org/synapse/issues/9297)) + + +Bugfixes +-------- + +- Fix new ratelimiting for invites to respect the `ratelimit` flag on application services. Introduced in v1.27.0rc1. ([\#9302](https://github.com/matrix-org/synapse/issues/9302)) +- Do not automatically calculate `public_baseurl` since it can be wrong in some situations. ([\#9313](https://github.com/matrix-org/synapse/issues/9313)) + + +Improved Documentation +---------------------- + +- Clarify the sample configuration for changes made to the template loading code. ([\#9310](https://github.com/matrix-org/synapse/issues/9310)) + + Synapse 1.27.0rc1 (2021-02-02) ============================== |