diff options
author | David Robertson <davidr@element.io> | 2022-09-27 12:06:15 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-09-27 12:06:15 +0100 |
commit | 7bd9e1dc48a71097bd3d631801986f565d8cd05d (patch) | |
tree | 638d907454da1d03dfae4ca83c766a39b887d706 /CHANGES.md | |
parent | 1.68.0 (diff) | |
download | synapse-7bd9e1dc48a71097bd3d631801986f565d8cd05d.tar.xz |
`SQLite earlier than` -> `SQLite older than`
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index aa6395265b..19277071b2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ Synapse 1.68.0 (2022-09-27) =========================== -Please note that Synapse will now refuse to start if configured to use a version of SQLite earlier than 3.27. +Please note that Synapse will now refuse to start if configured to use a version of SQLite older 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. |