diff options
author | H. Shay <hillerys@element.io> | 2023-01-12 10:30:54 -0800 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-01-12 10:30:54 -0800 |
commit | ea452571998c64a0d49d11791b58053bfbd9834b (patch) | |
tree | e7bc2d88a1e80ea8757ecfc6817f235d2843530e /CHANGES.md | |
parent | Fix race calling `/members?at=` (#14817) (diff) | |
download | synapse-ea452571998c64a0d49d11791b58053bfbd9834b.tar.xz |
1.75.0rc2 v1.75.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 261ce6a864..951a2273b5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +Synapse 1.75.0rc2 (2023-01-12) +============================== + +Bugfixes +-------- + +- Fix a bug introduced in Synapse 1.75.0rc1 where device lists could be miscalculated with some sync filters. ([\#14810](https://github.com/matrix-org/synapse/issues/14810)) +- Fix race where calling `/members` or `/state` with an `at` parameter could fail for newly created rooms, when using multiple workers. ([\#14817](https://github.com/matrix-org/synapse/issues/14817)) + + Synapse 1.75.0rc1 (2023-01-10) ============================== |