diff options
author | Azrenbeth <7782548+Azrenbeth@users.noreply.github.com> | 2021-09-07 16:24:44 +0100 |
---|---|---|
committer | Azrenbeth <7782548+Azrenbeth@users.noreply.github.com> | 2021-09-07 16:24:44 +0100 |
commit | 82a56fdff18255e06fc0e9d49c022e128e31a613 (patch) | |
tree | 28f440e94f2ee34c57e41123aa8bd4e56a245f1c /CHANGES.md | |
parent | 1.42.0 (diff) | |
download | synapse-82a56fdff18255e06fc0e9d49c022e128e31a613.tar.xz |
Move upgrade notice up in changelog
Diffstat (limited to '')
-rw-r--r-- | CHANGES.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/CHANGES.md b/CHANGES.md index a1fc8675ec..9d07841586 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,17 +1,12 @@ Synapse 1.42.0 (2021-09-07) =========================== -No significant changes. +This version of Synapse removes deprecated room-management admin APIs, removes out-of-date email pushers, and improves error handling for fallback templates for user-interactive authentication. For more information on these points, server administrators are encouraged to read [the upgrade notes](docs/upgrade.md#upgrading-to-v1420). Synapse 1.42.0rc2 (2021-09-06) ============================== -This version of Synapse removes deprecated room-management admin APIs, removes out-of-date -email pushers, and improves error handling for fallback templates for user-interactive -authentication. For more information on these points, server administrators are -encouraged to read [the upgrade notes](docs/upgrade.md#upgrading-to-v1420). - Features -------- |