summary refs log tree commit diff
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-03-08 14:00:16 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-03-08 14:00:16 +0000
commit65e02b3e6d286a3f04d71286395523d9b2feeee9 (patch)
treeff2d969421f3b8d87c55529f794504326fa7d33f
parentShift up warning about Mjolnir (diff)
downloadsynapse-65e02b3e6d286a3f04d71286395523d9b2feeee9.tar.xz
Tweak changelog formatting
-rw-r--r--CHANGES.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d9ea9fb46c..1c8a52cf1f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -9,15 +9,14 @@ 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))
+- Fix a bug introduced in Synapse 1.54.0rc1 where runtime dependency version checks would mistakenly check development dependencies if they were present and would not accept pre-release versions of dependencies. ([\#12129](https://github.com/matrix-org/synapse/issues/12129), [\#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))
+- Relax the version guard for "packaging" added in ([\#12088](https://github.com/matrix-org/synapse/issues/12088)). ([\#12166](https://github.com/matrix-org/synapse/issues/12166))
 
 
 Synapse 1.54.0rc1 (2022-03-02)