diff options
author | Quentin Gliech <quenting@element.io> | 2024-06-17 15:51:16 +0200 |
---|---|---|
committer | Quentin Gliech <quenting@element.io> | 2024-06-17 15:51:16 +0200 |
commit | e88332b5f49235be21ea6c6947ae578665b2982a (patch) | |
tree | 73b9828e44bbb70084a5493a6b772e64385c1a37 /CHANGES.md | |
parent | Enable cross-signing key upload without UIA (#17284) (diff) | |
parent | 1.109.0rc3 (diff) | |
download | synapse-e88332b5f49235be21ea6c6947ae578665b2982a.tar.xz |
Merge branch 'release-v1.109' into develop
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 |