diff options
author | Erik Johnston <erik@matrix.org> | 2023-06-07 14:45:19 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-06-07 14:45:19 +0100 |
commit | 8934c11935001baf1c2bab5f228a308fbb6c896b (patch) | |
tree | 66fc600299e3c9287367fec1173c49c6a4d28e47 /CHANGES.md | |
parent | No need for the extra join since `membership` is built-in to `current_state_e... (diff) | |
parent | Merge branch 'release-v1.85' (diff) | |
download | synapse-8934c11935001baf1c2bab5f228a308fbb6c896b.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 905713b2af..fbcacab5bc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +Synapse 1.85.1 (2023-06-07) +=========================== + +Note: this release only fixes a bug that stopped some deployments from upgrading to v1.85.0. There is no need to upgrade to v1.85.1 if successfully running v1.85.0. + +Bugfixes +-------- + +- Fix bug in schema delta that broke upgrades for some deployments. Introduced in v1.85.0. ([\#15738](https://github.com/matrix-org/synapse/issues/15738), [\#15739](https://github.com/matrix-org/synapse/issues/15739)) + + Synapse 1.85.0 (2023-06-06) =========================== |