diff options
author | H. Shay <hillerys@element.io> | 2023-01-12 12:40:09 -0800 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-01-12 12:40:09 -0800 |
commit | 12083d37a80a0e75965e6039326878e1fdd79d2d (patch) | |
tree | 98e8e0902c33d1ec2788cc496b6ae7c703b1e9c9 /CHANGES.md | |
parent | Merge remote-tracking branch 'origin/release-v1.75' into develop (diff) | |
parent | 1.75.0rc2 (diff) | |
download | synapse-12083d37a80a0e75965e6039326878e1fdd79d2d.tar.xz |
Merge branch 'release-v1.75' into develop
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) ============================== |