diff options
author | Azrenbeth <7782548+Azrenbeth@users.noreply.github.com> | 2021-09-07 16:39:36 +0100 |
---|---|---|
committer | Azrenbeth <7782548+Azrenbeth@users.noreply.github.com> | 2021-09-07 16:39:36 +0100 |
commit | e7b78dcc4a6bf8fdb71782640932da8dff7cc5ed (patch) | |
tree | a5a4fe8006e1be63140cea69eeddb353a958aecd | |
parent | Move upgrade notice up in changelog (diff) | |
download | synapse-e7b78dcc4a6bf8fdb71782640932da8dff7cc5ed.tar.xz |
Add "No significant changes" to changelog v1.42.0
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 9d07841586..9908d7d9a0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,8 @@ Synapse 1.42.0 (2021-09-07) 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). +No significant changes since 1.42.0rc2. + Synapse 1.42.0rc2 (2021-09-06) ============================== |