diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-24 16:33:49 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-24 16:33:49 +0100 |
commit | 271086ebda55f9ef0a0bdee69c96d79c5005e21d (patch) | |
tree | 1bcafd335201cddea1404ceab63c11f1c56752ff /CHANGES.md | |
parent | Update changelog wording (diff) | |
download | synapse-271086ebda55f9ef0a0bdee69c96d79c5005e21d.tar.xz |
s/accidentally/incorrectly in changelog
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 16e83f6f10..7ea08fa117 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 accidentally escaped in Jinja2 templates. ([\#8394](https://github.com/matrix-org/synapse/issues/8394)) +- 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)) Synapse 1.20.0 (2020-09-22) |