diff options
author | Sean Quah <seanq@matrix.org> | 2022-08-31 12:51:57 +0100 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2022-08-31 12:51:57 +0100 |
commit | 6f80fe1e1bbb6cab3ce605b2023e0488e2d80d52 (patch) | |
tree | 2931b545e612aa8772aff3f59d42290b4ba29af1 | |
parent | Move notice from 1.66.0rc1 to 1.66.0 section in changelog (diff) | |
download | synapse-6f80fe1e1bbb6cab3ce605b2023e0488e2d80d52.tar.xz |
Tweak changelog formatting v1.66.0
-rw-r--r-- | CHANGES.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/CHANGES.md b/CHANGES.md index 535fd36a0e..0b10e90186 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,9 +5,8 @@ No significant changes since 1.66.0rc2. This release removes the ability for homeservers to delegate email ownership verification and password reset confirmation to identity servers. This removal -was originally planned for Synapse 1.64, but was later deferred until now. - -See the [upgrade notes](https://matrix-org.github.io/synapse/v1.66/upgrade.html#upgrading-to-v1660) for more details. +was originally planned for Synapse 1.64, but was later deferred until now. See +the [upgrade notes](https://matrix-org.github.io/synapse/v1.66/upgrade.html#upgrading-to-v1660) for more details. Deployments with multiple workers should note that the direct TCP replication configuration was deprecated in Synapse v1.18.0 and will be removed in Synapse @@ -18,9 +17,8 @@ type) and the `worker_replication_port` config option will be removed . To migrate to Redis, add the [`redis` config](https://matrix-org.github.io/synapse/v1.66/workers.html#shared-configuration), then remove the TCP `replication` listener from config of the master and `worker_replication_port` from worker config. Note that a HTTP listener with a -`replication` resource is still required. - -See the [worker documentation](https://matrix-org.github.io/synapse/v1.66/workers.html) +`replication` resource is still required. See the +[worker documentation](https://matrix-org.github.io/synapse/v1.66/workers.html) for more details. |