summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-08-25 15:29:57 +0100
committerBrendan Abolivier <babolivier@matrix.org>2020-08-25 15:29:57 +0100
commit0a4e541dc580129fb0f77958bd9823ebda79ebf6 (patch)
treeefd43ae37d275dedc950e269adcc18b9b1462ef2 /CHANGES.md
parent1.19.1rc1 (diff)
downloadsynapse-0a4e541dc580129fb0f77958bd9823ebda79ebf6.tar.xz
Changelog fixes v1.19.1rc1
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 89fee07db9..688f824da1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ Synapse 1.19.1rc1 (2020-08-25)
 Bugfixes
 --------
 
-- Fixes a bug where appservices with ratelimiting disabled would still be ratelimited when joining rooms. This bug was introduced in v1.19.0. ([\#8139](https://github.com/matrix-org/synapse/issues/8139))
+- Fix a bug introduced in v1.19.0 where appservices with ratelimiting disabled would still be ratelimited when joining rooms. ([\#8139](https://github.com/matrix-org/synapse/issues/8139))
 - Fix a bug introduced in v1.19.0 that would cause e.g. profile updates to fail due to incorrect application of rate limits on join requests. ([\#8153](https://github.com/matrix-org/synapse/issues/8153))