summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2024-06-11 15:22:21 +0200
committerQuentin Gliech <quenting@element.io>2024-06-11 15:22:21 +0200
commita8069e9739fdef8c7200d0d33a38b85100398136 (patch)
tree25d10a218ffd52af1cb1cff019afa4cd3a5f1a13 /CHANGES.md
parentFix bug where device lists would break sync (#17292) (diff)
downloadsynapse-a8069e9739fdef8c7200d0d33a38b85100398136.tar.xz
1.109.0rc2
Diffstat (limited to '')
-rw-r--r--CHANGES.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 092dbdbf2d..3116e1b2a8 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,13 @@
+# Synapse 1.109.0rc2 (2024-06-11)
+
+### Bugfixes
+
+- Fix bug where OTKs were not always included in `/sync` response when using workers. Introduced in v1.109.0rc1. ([\#17275](https://github.com/element-hq/synapse/issues/17275))
+- Fix bug where `/sync` could get stuck due to edge case in device lists handling. Introduced in v1.109.0rc1. ([\#17292](https://github.com/element-hq/synapse/issues/17292))
+
+
+
+
 # Synapse 1.109.0rc1 (2024-06-04)
 
 ### Features