summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-01-23 13:11:07 +0000
committerBrendan Abolivier <babolivier@matrix.org>2020-01-23 13:11:07 +0000
commit1755326d8a7a5c79261417675e38f5a8ccf39081 (patch)
treefad1ff0e9ce7cf49b399c0ed5ecfcd69964d4ad8
parentFixup changelog (diff)
downloadsynapse-1755326d8a7a5c79261417675e38f5a8ccf39081.tar.xz
Fixup changelog
-rw-r--r--CHANGES.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 9a53e1872d..056726ce91 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,11 @@
 Synapse 1.9.0 (2020-01-23)
 ==========================
 
+**WARNING**: As of this release, Synapse no longer supports versions of SQLite before 3.11, and will refuse to start when configured to use an older version. Administrators are recommended to migrate their database to Postgres (see instructions [here](docs/postgres.md)).
+
+If your Synapse deployment uses workers, note that the reverse-proxy configurations for the `synapse.app.media_repository`, `synapse.app.federation_reader` and `synapse.app.event_creator` workers have changed, with the addition of a few paths (see the updated configurations [here](docs/workers.md#available-worker-applications)). Existing configurations will continue to work.
+
+
 Improved Documentation
 ----------------------
 
@@ -10,10 +15,6 @@ Improved Documentation
 Synapse 1.9.0rc1 (2020-01-22)
 =============================
 
-**WARNING**: As of this release, Synapse no longer supports versions of SQLite before 3.11, and will refuse to start when configured to use an older version. Administrators are recommended to migrate their database to Postgres (see instructions [here](docs/postgres.md)).
-
-If your Synapse deployment uses workers, note that the reverse-proxy configurations for the `synapse.app.media_repository`, `synapse.app.federation_reader` and `synapse.app.event_creator` have changed, with the addition of a few paths (see the updated configurations [here](docs/workers.md#available-worker-applications)).
-
 Features
 --------