summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-03-08 10:55:26 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-03-08 10:55:26 +0000
commitea992adf867c0c74dccfd6a40e0f73933ccf2899 (patch)
tree7176acf412aae1161528db5a77a396aee93b8827 /CHANGES.md
parentFix a bug introduced in 1.54.0rc1 which meant that Synapse would refuse to st... (diff)
downloadsynapse-ea992adf867c0c74dccfd6a40e0f73933ccf2899.tar.xz
1.54.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 0a87f5cd42..9d27cd35aa 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,21 @@
+Synapse 1.54.0 (2022-03-08)
+===========================
+
+Bugfixes
+--------
+
+- Fix a bug introduced in Synapse 1.54.0rc1 preventing the new module callbacks introduced in this release from being registered by modules. ([\#12141](https://github.com/matrix-org/synapse/issues/12141))
+- Fix a bug introduced in Synapse 1.54.0rc1 which meant that Synapse would refuse to start if pre-release versions of dependencies were installed. ([\#12177](https://github.com/matrix-org/synapse/issues/12177))
+
+
+Internal Changes
+----------------
+
+- Update release script to insert the previous version when writing "No significant changes" line in the changelog. ([\#12127](https://github.com/matrix-org/synapse/issues/12127))
+- Inspect application dependencies using `importlib.metadata` or its backport. ([\#12129](https://github.com/matrix-org/synapse/issues/12129))
+- Relax the version guard for "packaging" added in #12088. ([\#12166](https://github.com/matrix-org/synapse/issues/12166))
+
+
 Synapse 1.54.0rc1 (2022-03-02)
 ==============================