summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-09-24 16:35:31 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-09-24 16:35:31 +0100
commitab903e7337f6c2c7cfcdac69b13dedf67e56d801 (patch)
treee22aed3aebfcb02801b854585a7327f33a94aa28 /CHANGES.md
parents/accidentally/incorrectly in changelog (diff)
downloadsynapse-ab903e7337f6c2c7cfcdac69b13dedf67e56d801.tar.xz
s/URLs/variables in changelog v1.20.1 release-v1.20.1
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 7ea08fa117..5de819ea1e 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 a bug introduced in v1.20.0 which caused URLs to be incorrectly escaped in Jinja2 templates. ([\#8394](https://github.com/matrix-org/synapse/issues/8394))
+- Fix a bug introduced in v1.20.0 which caused variables to be incorrectly escaped in Jinja2 templates. ([\#8394](https://github.com/matrix-org/synapse/issues/8394))
 
 
 Synapse 1.20.0 (2020-09-22)