diff options
author | Erik Johnston <erik@matrix.org> | 2021-03-04 10:29:43 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-03-04 10:29:43 +0000 |
commit | ea0a3aaf0a8b1d05a6acfd94fad6effe2deb55de (patch) | |
tree | c01ba5d7e29b0431d849f7f259218624b21f87fe /CHANGES.md | |
parent | 1.29.0rc1 (diff) | |
download | synapse-ea0a3aaf0a8b1d05a6acfd94fad6effe2deb55de.tar.xz |
Fix changelog
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/CHANGES.md b/CHANGES.md index cd830e5178..15d2894bc6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,9 @@ Synapse 1.29.0rc1 (2021-03-04) ============================== +Note that synapse now expects an `X-Forwarded-Proto` header when used with a reverse proxy. Please see [UPGRADE.rst](UPGRADE.rst#upgrading-to-v1290) for more details on this change. + + Features -------- @@ -52,12 +55,6 @@ Internal Changes - Bump the versions of mypy and mypy-zope used for static type checking. ([\#9529](https://github.com/matrix-org/synapse/issues/9529)) -Synapse 1.xx.0 -============== - -Note that synapse now expects an `X-Forwarded-Proto` header when used with a reverse proxy. Please see [UPGRADE.rst](UPGRADE.rst#upgrading-to-v1290) for more details on this change. - - Synapse 1.28.0 (2021-02-25) =========================== |