From ea0a3aaf0a8b1d05a6acfd94fad6effe2deb55de Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Thu, 4 Mar 2021 10:29:43 +0000
Subject: [PATCH] Fix changelog

---
 CHANGES.md | 9 +++------
 1 file 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)
 ===========================
 
-- 
GitLab