summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2021-02-11 11:29:23 -0500
committerPatrick Cloke <patrickc@matrix.org>2021-02-11 11:29:23 -0500
commitdcb9c2e8ae4f9f6e8e2bfadce40f3e16f10ebe81 (patch)
treed230868d0c184daf05ec9d0ae2f8eee21f5f2b25 /CHANGES.md
parentUpdate changelog. (diff)
downloadsynapse-dcb9c2e8ae4f9f6e8e2bfadce40f3e16f10ebe81.tar.xz
Clarify when new ratelimiting was added. v1.27.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 3e7eb743f8..b71d4641b4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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))