summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-01-22 14:49:21 +0000
committerBrendan Abolivier <babolivier@matrix.org>2020-01-22 14:49:21 +0000
commit33f7e5ce2a449bda2f3c8dfddef9bf0f71bff593 (patch)
tree56f182d983fc03dd4eb8801d3d873fde841baf78 /CHANGES.md
parentAdd deprecation headers (diff)
downloadsynapse-33f7e5ce2a449bda2f3c8dfddef9bf0f71bff593.tar.xz
Fixup warning about workers changes v1.9.0rc1
Diffstat (limited to '')
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f446bdf6f1..0392acbde4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,7 +3,7 @@ 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 have changed, with the addition of a few paths (see the updated configurations [here](docs/workers.md#available-worker-applications)).
+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
 --------