diff options
author | Erik Johnston <erik@matrix.org> | 2022-09-23 09:40:46 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-09-23 09:40:46 +0100 |
commit | 682385917dd8d3c877da109c4cdc0988073b5b00 (patch) | |
tree | 5a5fb46d5efec7aef0c5d0ec59c52607515ed22c /CHANGES.md | |
parent | 1.68.0rc2 (diff) | |
download | synapse-682385917dd8d3c877da109c4cdc0988073b5b00.tar.xz |
Move warnings up v1.68.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/CHANGES.md b/CHANGES.md index e61b61995a..82b5526f94 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ 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. + +In addition, please note that installing Synapse from a source checkout now requires a recent Rust compiler. +Those using packages will not be affected. On most platforms, installing with `pip install matrix-synapse` will not be affected. +See the [upgrade notes](https://matrix-org.github.io/synapse/v1.68/upgrade.html#upgrading-to-v1670). + + Bugfixes -------- @@ -18,13 +25,6 @@ Internal Changes Synapse 1.68.0rc1 (2022-09-20) ============================== -Please note that Synapse will now refuse to start if configured to use a version of SQLite earlier than 3.27. - -In addition, please note that installing Synapse from a source checkout now requires a recent Rust compiler. -Those using packages will not be affected. On most platforms, installing with `pip install matrix-synapse` will not be affected. -See the [upgrade notes](https://matrix-org.github.io/synapse/v1.68/upgrade.html#upgrading-to-v1670). - - Features -------- |