diff options
author | Olivier Wilkinson (reivilibre) <olivier@librepush.net> | 2021-09-01 11:47:24 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <olivier@librepush.net> | 2021-09-01 11:47:24 +0100 |
commit | 6b2aca473a66ae60803208911f97fbe9789dc1ac (patch) | |
tree | 6816a24c0dd3da24a481376b10ed117afeb7506b /docs/upgrade.md | |
parent | Fix iteration in _remove_deleted_email_pushers background job. (#10734) (diff) | |
download | synapse-6b2aca473a66ae60803208911f97fbe9789dc1ac.tar.xz |
1.42.0rc1
Diffstat (limited to 'docs/upgrade.md')
-rw-r--r-- | docs/upgrade.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index dcf0a7db5b..453dbbabe7 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -85,7 +85,7 @@ process, for example: dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb ``` -# Upgrading to v1.xx.0 +# Upgrading to v1.42.0 ## Removal of old Room Admin API @@ -107,12 +107,12 @@ This may affect you if you make use of custom HTML templates for the The template is now provided an `error` variable if the authentication process failed. See the default templates linked above for an example. -# Upgrading to v1.42.0 - ## Removal of out-of-date email pushers + Users will stop receiving message updates via email for addresses that were once, but not still, linked to their account. + # Upgrading to v1.41.0 ## Add support for routing outbound HTTP requests via a proxy for federation |