summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2024-06-17 14:07:49 +0200
committerQuentin Gliech <quenting@element.io>2024-06-17 14:07:49 +0200
commitedfb7aad3ab9aebcd08f6b36707b6bd929247028 (patch)
tree7edc8739a0b63e086e9f99c4d36affa80a39312b /CHANGES.md
parentSet our own stream position from the current sequence value on startup (#17309) (diff)
downloadsynapse-edfb7aad3ab9aebcd08f6b36707b6bd929247028.tar.xz
1.109.0rc3 v1.109.0rc3
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 61c6170c62..94ee661151 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,16 @@
+# Synapse 1.109.0rc3 (2024-06-17)
+
+### Bugfixes
+
+- When rolling back to a previous Synapse version and then forwards again to this release, don't require server operators to manually run SQL. ([\#17305](https://github.com/element-hq/synapse/issues/17305), [\#17309](https://github.com/element-hq/synapse/issues/17309))
+
+### Internal Changes
+
+- Use the release branch for sytest in release-branch PRs. ([\#17306](https://github.com/element-hq/synapse/issues/17306))
+
+
+
+
 # Synapse 1.109.0rc2 (2024-06-11)
 
 ### Bugfixes