diff options
author | Quentin Gliech <quenting@element.io> | 2024-06-17 14:07:49 +0200 |
---|---|---|
committer | Quentin Gliech <quenting@element.io> | 2024-06-17 14:07:49 +0200 |
commit | edfb7aad3ab9aebcd08f6b36707b6bd929247028 (patch) | |
tree | 7edc8739a0b63e086e9f99c4d36affa80a39312b /CHANGES.md | |
parent | Set our own stream position from the current sequence value on startup (#17309) (diff) | |
download | synapse-edfb7aad3ab9aebcd08f6b36707b6bd929247028.tar.xz |
1.109.0rc3 v1.109.0rc3
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 13 |
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 |