diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-07-28 11:22:32 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-07-28 11:22:32 +0100 |
commit | 7000a215e6387f54ce2f0aa3e324cb3ad021d69f (patch) | |
tree | 164eacbf86e335ce41087cde5e5574dec7792e13 /changelog.d | |
parent | Typing worker needs to handle stream update requests (#7967) (diff) | |
download | synapse-7000a215e6387f54ce2f0aa3e324cb3ad021d69f.tar.xz |
1.18.0rc2 v1.18.0rc2
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7876.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/7876.misc | 1 | ||||
-rw-r--r-- | changelog.d/7967.bugfix | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/changelog.d/7876.bugfix b/changelog.d/7876.bugfix deleted file mode 100644 index 4ba2fadd58..0000000000 --- a/changelog.d/7876.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix an `AssertionError` exception introduced in v1.18.0rc1. diff --git a/changelog.d/7876.misc b/changelog.d/7876.misc deleted file mode 100644 index 5c78a158cd..0000000000 --- a/changelog.d/7876.misc +++ /dev/null @@ -1 +0,0 @@ -Further optimise queueing of inbound replication commands. diff --git a/changelog.d/7967.bugfix b/changelog.d/7967.bugfix deleted file mode 100644 index 105ea1c7e0..0000000000 --- a/changelog.d/7967.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix experimental support for moving typing off master when worker is restarted, which is broken in v1.18.0-rc1. |