diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-02-26 13:24:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-26 13:24:54 +0000 |
commit | e53f11bd62b3fbf5ae3def707998235e63e82afa (patch) | |
tree | aa45c7dcaa9d0d0db3201a347744ef7c1fa20521 /CHANGES.md | |
parent | Test that we require validated email for email pushers (#9496) (diff) | |
download | synapse-e53f11bd62b3fbf5ae3def707998235e63e82afa.tar.xz |
Call out the need for an X-Forwarded-Proto in the upgrade notes (#9501)
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index d584d342d7..d9ecbac440 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +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) =========================== |