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 /CHANGES.md | |
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 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 74b8e1df87..2ecbd3fd00 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +Synapse 1.18.0rc2 (2020-07-28) +============================== + +Bugfixes +-------- + +- Fix an `AssertionError` exception introduced in v1.18.0rc1. ([\#7876](https://github.com/matrix-org/synapse/issues/7876)) +- Fix experimental support for moving typing off master when worker is restarted, which is broken in v1.18.0rc1. ([\#7967](https://github.com/matrix-org/synapse/issues/7967)) + + +Internal Changes +---------------- + +- Further optimise queueing of inbound replication commands. ([\#7876](https://github.com/matrix-org/synapse/issues/7876)) + + Synapse 1.18.0rc1 (2020-07-27) ============================== |