summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-09-23 10:43:06 +0100
committerErik Johnston <erik@matrix.org>2022-09-23 10:43:06 +0100
commitc9316f9f767282a99f57739340bb58f6e121710c (patch)
tree26825da350f6e8a047ac498b0ba89a631052df6e /CHANGES.md
parentRaise issue if complement fails with latest deps (#13859) (diff)
parentMove warnings up (diff)
downloadsynapse-c9316f9f767282a99f57739340bb58f6e121710c.tar.xz
Merge branch 'release-v1.68' into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md

index fb91bc5f20..82b5526f94 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -1,4 +1,4 @@ -Synapse 1.68.0rc1 (2022-09-20) +Synapse 1.68.0rc2 (2022-09-23) ============================== Please note that Synapse will now refuse to start if configured to use a version of SQLite earlier than 3.27. @@ -8,6 +8,23 @@ Those using packages will not be affected. On most platforms, installing with `p See the [upgrade notes](https://matrix-org.github.io/synapse/v1.68/upgrade.html#upgrading-to-v1670). +Bugfixes +-------- + +- Fix building from packaged sdist. Broke in v1.68.0rc1. ([\#13866](https://github.com/matrix-org/synapse/issues/13866)) + + +Internal Changes +---------------- + +- Fix the release script not publishing binary wheels. ([\#13850](https://github.com/matrix-org/synapse/issues/13850)) +- Lower minimum supported rustc version to 1.58.1. ([\#13857](https://github.com/matrix-org/synapse/issues/13857)) +- Lock Rust dependencies versions. ([\#13858](https://github.com/matrix-org/synapse/issues/13858)) + + +Synapse 1.68.0rc1 (2022-09-20) +============================== + Features --------