diff options
author | Sean Quah <seanq@matrix.org> | 2022-10-06 14:46:57 +0100 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2022-10-06 14:46:57 +0100 |
commit | bb69dbf3e3340980535aced437a3967108ce91a4 (patch) | |
tree | 7a9826578dc8ba0fa3eecf32eefc7f41ac3fe332 /changelog.d | |
parent | Fix sending events into rooms with non-integer power levels (#14073) (diff) | |
download | synapse-bb69dbf3e3340980535aced437a3967108ce91a4.tar.xz |
1.69.0rc3
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13842.removal | 1 | ||||
-rw-r--r-- | changelog.d/14073.misc | 1 | ||||
-rw-r--r-- | changelog.d/14080.misc | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/changelog.d/13842.removal b/changelog.d/13842.removal deleted file mode 100644 index cbcff38e91..0000000000 --- a/changelog.d/13842.removal +++ /dev/null @@ -1 +0,0 @@ -Deprecate the `generate_short_term_login_token` method in favor of an async `create_login_token` method in the Module API. diff --git a/changelog.d/14073.misc b/changelog.d/14073.misc deleted file mode 100644 index 7775500194..0000000000 --- a/changelog.d/14073.misc +++ /dev/null @@ -1 +0,0 @@ -Fix a bug introduced in Synapse 1.68.0 where messages could not be sent in rooms with non-integer `notifications` power level. diff --git a/changelog.d/14080.misc b/changelog.d/14080.misc deleted file mode 100644 index f4b3ab7a93..0000000000 --- a/changelog.d/14080.misc +++ /dev/null @@ -1 +0,0 @@ -Pin build-system requirements. |