summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-09-11 08:21:57 -0400
committerPatrick Cloke <patrickc@matrix.org>2020-09-11 08:21:57 -0400
commit08837bb58c287d9b16ec714df55d0d4aec6422cb (patch)
treeb707608ded25330de6c29b8d26c81dc0286e96fe
parent1.20.0rc3 (diff)
downloadsynapse-08837bb58c287d9b16ec714df55d0d4aec6422cb.tar.xz
Clarify changelog. v1.20.0rc3
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index de8ce2625b..dd4d110981 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ Synapse 1.20.0rc3 (2020-09-11)
 Bugfixes
 --------
 
-- Fix a bug introduced in v1.20.0rc1 that the wrong exception was raised when invalid JSON data is encountered. ([\#8291](https://github.com/matrix-org/synapse/issues/8291))
+- Fix a bug introduced in v1.20.0rc1 where the wrong exception was raised when invalid JSON data is encountered. ([\#8291](https://github.com/matrix-org/synapse/issues/8291))
 
 
 Synapse 1.20.0rc2 (2020-09-09)