summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorH. Shay <hillerys@element.io>2023-01-12 10:30:54 -0800
committerH. Shay <hillerys@element.io>2023-01-12 10:30:54 -0800
commitea452571998c64a0d49d11791b58053bfbd9834b (patch)
treee7bc2d88a1e80ea8757ecfc6817f235d2843530e /CHANGES.md
parentFix race calling `/members?at=` (#14817) (diff)
downloadsynapse-ea452571998c64a0d49d11791b58053bfbd9834b.tar.xz
1.75.0rc2 v1.75.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md10
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)
 ==============================