summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-01-25 11:41:31 +0000
committerDavid Robertson <davidr@element.io>2022-01-25 11:41:31 +0000
commit6e9e923ed5c038f845621e99f9e20813438c1f7e (patch)
tree06eaa31d3ceefab9122bca2efaf6976f42cfaa59 /CHANGES.md
parent1.51.0 (diff)
downloadsynapse-6e9e923ed5c038f845621e99f9e20813438c1f7e.tar.xz
Call out deprecation
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index aebda12456..651d1c5a6d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,6 +3,7 @@ Synapse 1.51.0 (2022-01-25)
 
 No significant changes since 1.51.0rc2.
 
+Synapse 1.51 deprecates `webclient` listeners and non-HTTP(S) `web_client_location`s. Support for these will be removed in Synapse 1.53.0, at which point Synapse will not be capable of directly serving a web client for Matrix.
 
 Synapse 1.51.0rc2 (2022-01-24)
 ==============================
@@ -61,7 +62,7 @@ Deprecations and Removals
 - Remove the unstable `/send_relation` endpoint. ([\#11682](https://github.com/matrix-org/synapse/issues/11682))
 - Remove `python_twisted_reactor_pending_calls` Prometheus metric. ([\#11724](https://github.com/matrix-org/synapse/issues/11724))
 - Remove the `password_hash` field from the response dictionaries of the [Users Admin API](https://matrix-org.github.io/synapse/latest/admin_api/user_admin_api.html). ([\#11576](https://github.com/matrix-org/synapse/issues/11576))
-- Deprecate support for `webclient` listeners and non-HTTP(S) `web_client_location` configuration. ([\#11774](https://github.com/matrix-org/synapse/issues/11774), [\#11783](https://github.com/matrix-org/synapse/issues/11783))
+- **Deprecate support for `webclient` listeners and non-HTTP(S) `web_client_location` configuration. ([\#11774](https://github.com/matrix-org/synapse/issues/11774), [\#11783](https://github.com/matrix-org/synapse/issues/11783))**
 
 
 Internal Changes