summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-09-18 10:57:29 -0400
committerPatrick Cloke <patrickc@matrix.org>2020-09-18 10:57:29 -0400
commitc4e8b18c72365c9d8f592e74519f8fe5a6cf402b (patch)
tree36233abab5d2494560ea523a32d1a1d1b6b3bc41 /CHANGES.md
parent1.20.0rc5 (diff)
downloadsynapse-c4e8b18c72365c9d8f592e74519f8fe5a6cf402b.tar.xz
Tweak wording in the changelog.
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index de869001b3..7909386b47 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,13 +4,13 @@ Synapse 1.20.0rc5 (2020-09-18)
 Features
 --------
 
-- Add flags to the `/versions` endpoint that includes whether new rooms default to using E2EE. ([\#8343](https://github.com/matrix-org/synapse/issues/8343))
+- Add flags to the `/versions` endpoint for whether new rooms default to using E2EE. ([\#8343](https://github.com/matrix-org/synapse/issues/8343))
 
 
 Bugfixes
 --------
 
-- Fix ratelimitng of federation `/send` requests. ([\#8342](https://github.com/matrix-org/synapse/issues/8342))
+- Fix rate limiting of federation `/send` requests. ([\#8342](https://github.com/matrix-org/synapse/issues/8342))
 - Fix a longstanding bug where back pagination over federation could get stuck if it failed to handle a received event. ([\#8349](https://github.com/matrix-org/synapse/issues/8349))