diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-08-04 17:09:27 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2021-08-04 17:09:27 +0100 |
commit | 02c2f631aed5cc2ef4bcaea25b443b625616f816 (patch) | |
tree | 672be2eb985b070df22d60b67f4249843e67d622 /changelog.d | |
parent | Don't fail on empty bodies when sending out read receipts (#10531) (diff) | |
download | synapse-02c2f631aed5cc2ef4bcaea25b443b625616f816.tar.xz |
1.40.0rc2
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10516.misc | 1 | ||||
-rw-r--r-- | changelog.d/10517.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/10531.bugfix | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/changelog.d/10516.misc b/changelog.d/10516.misc deleted file mode 100644 index 4d8c5e4805..0000000000 --- a/changelog.d/10516.misc +++ /dev/null @@ -1 +0,0 @@ -Fix release script to open correct URL for the release. diff --git a/changelog.d/10517.bugfix b/changelog.d/10517.bugfix deleted file mode 100644 index 5b044bb34d..0000000000 --- a/changelog.d/10517.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix the `PeriodicallyFlushingMemoryHandler` inhibiting application shutdown because of its background thread. diff --git a/changelog.d/10531.bugfix b/changelog.d/10531.bugfix deleted file mode 100644 index aaa921ee91..0000000000 --- a/changelog.d/10531.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a bug introduced in Synapse v1.40.0rc1 that would cause Synapse to respond with an error when clients would update their read receipts. |