diff options
author | H. Shay <hillerys@element.io> | 2023-02-28 08:57:09 -0800 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-02-28 08:57:09 -0800 |
commit | 8c3fa748e6c42802c10cea0b9bcece4cf033e751 (patch) | |
tree | 13719538a5c488e31e76351167250fcac9480c9d /CHANGES.md | |
parent | Fix bug where 5s delays would occasionally happen. (#15150) (diff) | |
download | synapse-8c3fa748e6c42802c10cea0b9bcece4cf033e751.tar.xz |
1.78.0 v1.78.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index f5c19bcb97..644ef6e036 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.78.0 (2023-02-28) +=========================== + +Bugfixes +-------- + +- Fix a bug introduced in Synapse 1.76 where 5s delays would occasionally occur in deployments using workers. ([\#15150](https://github.com/matrix-org/synapse/issues/15150)) + + Synapse 1.78.0rc1 (2023-02-21) ============================== |