diff options
author | Andrew Morgan <andrewm@element.io> | 2022-03-24 18:14:26 +0000 |
---|---|---|
committer | Andrew Morgan <andrewm@element.io> | 2022-03-24 18:14:26 +0000 |
commit | a503c2c3881bc9c0fc6e98e8a735d6a30d1d7ead (patch) | |
tree | 65f3ada99432c90b831a2e1f454cc0602ba910a8 /CHANGES.md | |
parent | Do not consider events by ignored users for relations (#12285) (diff) | |
parent | update changelog for 1.55.1 (diff) | |
download | synapse-a503c2c3881bc9c0fc6e98e8a735d6a30d1d7ead.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to '')
-rw-r--r-- | CHANGES.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 6618378c06..05ca83df5d 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 [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 Jinja 3.1.0 or above installed. ([\#12289](https://github.com/matrix-org/synapse/issues/12289)) + + Synapse 1.55.0 (2022-03-22) =========================== |