summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorAndrew Morgan <andrewm@element.io>2022-03-24 17:47:03 +0000
committerAndrew Morgan <andrewm@element.io>2022-03-24 17:47:03 +0000
commit088f3ae1823f335b6fa6d470a49d55a4c3cfdf0a (patch)
treefb817928c71fd525503e68d4284712c9a9bc210c /CHANGES.md
parentReplace instances of deprecated `Jinja2.Markup` with `markupsafe.Markup` (#12... (diff)
downloadsynapse-088f3ae1823f335b6fa6d470a49d55a4c3cfdf0a.tar.xz
1.55.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 6618378c06..58775e3519 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,14 @@
+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.
+
+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))
+
+
 Synapse 1.55.0 (2022-03-22)
 ===========================