diff options
author | Richard van der Hoff <richard@matrix.org> | 2022-03-04 22:40:51 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2022-03-04 22:40:51 +0000 |
commit | 00a67f831adc7c01fcced6269cb5790816252493 (patch) | |
tree | 61c126514e6a1c8ebe81bd5ac38efe51e622b26a /changelog.d | |
parent | Reduce to-device queries for /sync. (#12163) (diff) | |
parent | Relax version guard for packaging (#12166) (diff) | |
download | synapse-00a67f831adc7c01fcced6269cb5790816252493.tar.xz |
Merge remote-tracking branch 'origin/release-v1.54' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12127.misc | 1 | ||||
-rw-r--r-- | changelog.d/12129.misc | 1 | ||||
-rw-r--r-- | changelog.d/12141.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/12166.misc | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/12127.misc b/changelog.d/12127.misc new file mode 100644 index 0000000000..e42eca63a8 --- /dev/null +++ b/changelog.d/12127.misc @@ -0,0 +1 @@ +Update release script to insert the previous version when writing "No significant changes" line in the changelog. diff --git a/changelog.d/12129.misc b/changelog.d/12129.misc new file mode 100644 index 0000000000..ce4213650c --- /dev/null +++ b/changelog.d/12129.misc @@ -0,0 +1 @@ +Inspect application dependencies using `importlib.metadata` or its backport. \ No newline at end of file diff --git a/changelog.d/12141.bugfix b/changelog.d/12141.bugfix new file mode 100644 index 0000000000..03a2507e2c --- /dev/null +++ b/changelog.d/12141.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.54.0rc1 preventing the new module callbacks introduced in this release from being registered by modules. diff --git a/changelog.d/12166.misc b/changelog.d/12166.misc new file mode 100644 index 0000000000..24b4a7c7de --- /dev/null +++ b/changelog.d/12166.misc @@ -0,0 +1 @@ +Relax the version guard for "packaging" added in #12088. |