summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrewm@element.io>2022-03-24 17:54:43 +0000
committerAndrew Morgan <andrewm@element.io>2022-03-24 17:54:43 +0000
commite689cae47dad3bb31b3b0a54d30ca60a0582fcfc (patch)
tree77e5cffc12e72903352cb1c6a0e4eeff32c5c382
parent1.55.1 (diff)
downloadsynapse-e689cae47dad3bb31b3b0a54d30ca60a0582fcfc.tar.xz
update changelog for 1.55.1 v1.55.1
-rw-r--r--CHANGES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 58775e3519..05ca83df5d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,12 +1,12 @@
 Synapse 1.55.1 (2022-03-24)
 ===========================
 
-This is a patch release that fixes an incompatibility with version 3.1.0 of the Jinja2 library, released on March 24th, 2022. Deployments of Synapse using the official Docker images or Debian packages are not affected.
+This is a patch release that fixes an incompatibility with version 3.1.0 of the [Jinja](https://pypi.org/project/Jinja2/) library, released on March 24th, 2022. Deployments of Synapse using the `matrixdotorg/synapse` Docker image or Debian packages from packages.matrix.org are not affected.
 
 Internal Changes
 ----------------
 
-- Remove uses of the long-deprecated `Jinja2.Markup` which would prevent Synapse from starting with Jinja2 3.1.0 or above installed. ([\#12289](https://github.com/matrix-org/synapse/issues/12289))
+- Remove uses of the long-deprecated `jinja2.Markup` which would prevent Synapse from starting with Jinja 3.1.0 or above installed. ([\#12289](https://github.com/matrix-org/synapse/issues/12289))
 
 
 Synapse 1.55.0 (2022-03-22)