summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-09-24 16:26:57 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-09-24 16:26:57 +0100
commit5ce5a9f1447088bc29cac49f4a0ebfab6c0198d6 (patch)
treec5b3c665c8d1984d989a7773e5a6b8d08e2e27c1 /CHANGES.md
parent1.20.1 (diff)
downloadsynapse-5ce5a9f1447088bc29cac49f4a0ebfab6c0198d6.tar.xz
Update changelog wording
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 650dc8487d..16e83f6f10 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,7 +5,7 @@ Bugfixes
 --------
 
 - Fix a bug introduced in v1.20.0 which caused the `synapse_port_db` script to fail. ([\#8386](https://github.com/matrix-org/synapse/issues/8386))
-- Fix URLs being accidentally escaped in Jinja2 templates. Broke in v1.20.0. ([\#8394](https://github.com/matrix-org/synapse/issues/8394))
+- Fix a bug introduced in v1.20.0 which caused URLs to be accidentally escaped in Jinja2 templates. ([\#8394](https://github.com/matrix-org/synapse/issues/8394))
 
 
 Synapse 1.20.0 (2020-09-22)