summary refs log tree commit diff
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-03-15 10:33:24 +0000
committerGitHub <noreply@github.com>2018-03-15 10:33:24 +0000
commit7d26591048ac5ab6263ddb24a840c58edfd85f50 (patch)
tree7d45af07dcda26459312870ed2f58548a03352d5
parentUpdate CHANGES.rst (diff)
downloadsynapse-7d26591048ac5ab6263ddb24a840c58edfd85f50.tar.xz
Update CHANGES.rst
-rw-r--r--CHANGES.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 38cd3bec65..a50d3ea5ba 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -6,12 +6,13 @@ Unreleased
 Changes in synapse v0.27.0-rc1 (2018-03-14)
 ===========================================
 
-synctl no longer starts the main synapse when using ``-a`` option with workers.
-A new worker file should be added with ``worker_app: synapse.app.homeserver``.
+The common case for running Synapse is not to run separate workers, but for those that do, synctl no longer starts the main synapse when using ``-a`` option with workers. A new worker file should be added with ``worker_app: synapse.app.homeserver``.
 
 This release also begins the process of renaming a number of the metrics
 reported to prometheus. See `docs/metrics-howto.rst <docs/metrics-howto.rst#block-and-response-metrics-renamed-for-0-27-0>`_.
 
+Note, old metrics will be removed from the 0.28.0 release.
+
 Features:
 
 * Add ability for ASes to override message send time (PR #2754)