Clarify when new ratelimiting was added.

This commit is contained in:
Patrick Cloke 2021-02-11 11:29:23 -05:00
parent 3f2f7efb87
commit dcb9c2e8ae

View File

@ -10,7 +10,7 @@ Features
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))
- Fix ratelimiting introduced in v1.27.0rc1 for invites to respect the `ratelimit` flag on application services. ([\#9302](https://github.com/matrix-org/synapse/issues/9302))
- Do not automatically calculate `public_baseurl` since it can be wrong in some situations. Reverts behaviour introduced in v1.26.0. ([\#9313](https://github.com/matrix-org/synapse/issues/9313))