From 4ec0a309cf8608df1d29746af76f91b8d35e5de3 Mon Sep 17 00:00:00 2001
From: Andrew Morgan <andrew@amorgan.xyz>
Date: Tue, 18 Jan 2022 10:47:23 +0000
Subject: [PATCH] Move python/postgres deprecation notice to the top of 1.50
 changelog

---
 CHANGES.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index fb4739dd04..8029a9d21c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,10 +1,10 @@
 Synapse 1.50.0 (2022-01-18)
 ===========================
 
-No significant changes since 1.50.0rc2.
-
 Please note that we now only support Python 3.7+ and PostgreSQL 10+ (if applicable), because Python 3.6 and PostgreSQL 9.6 have reached end-of-life.
 
+No significant changes since 1.50.0rc2.
+
 
 Synapse 1.50.0rc2 (2022-01-14)
 ==============================