summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-09-27 12:06:15 +0100
committerDavid Robertson <davidr@element.io>2022-09-27 12:06:15 +0100
commit7bd9e1dc48a71097bd3d631801986f565d8cd05d (patch)
tree638d907454da1d03dfae4ca83c766a39b887d706
parent1.68.0 (diff)
downloadsynapse-7bd9e1dc48a71097bd3d631801986f565d8cd05d.tar.xz
`SQLite earlier than` -> `SQLite older than`
-rw-r--r--CHANGES.md2
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.