From 429c339de8ba988088eacf9143f6e1c6de431efe Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Wed, 13 Jan 2021 10:23:16 +0000
Subject: [PATCH] Fixup changelog

---
 CHANGES.md | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index aaded5bd24..583a391ba9 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,15 +1,6 @@
 Synapse 1.25.0 (2021-01-13)
 ===========================
 
-Bugfixes
---------
-
-- Fix HTTP proxy support when using a proxy that is on a blacklisted IP. Introduced in v1.25.0rc1. Contributed by @Bubu. ([\#9084](https://github.com/matrix-org/synapse/issues/9084))
-
-
-Synapse 1.25.0 (2021-01-13)
-==============================
-
 Ending Support for Python 3.5 and Postgres 9.5
 ----------------------------------------------
 
@@ -35,6 +26,12 @@ We will make a good faith attempt to avoid breaking compatibility in all release
 
 We intend to continue producing .deb packages for Debian 9 (Stretch) and Ubuntu 16.04 (Xenial) through the transition period.
 
+Bugfixes
+--------
+
+- Fix HTTP proxy support when using a proxy that is on a blacklisted IP. Introduced in v1.25.0rc1. Contributed by @Bubu. ([\#9084](https://github.com/matrix-org/synapse/issues/9084))
+
+
 Synapse 1.25.0rc1 (2021-01-06)
 ==============================
 
-- 
GitLab