summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2023-07-04 16:26:50 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2023-07-04 16:26:50 +0100
commit718d7dfef2f8668c4708536d3701030eea3c207d (patch)
treece870b3b8e7d3640666a911c6963f16feaf216a0 /CHANGES.md
parent1.87.0 (diff)
downloadsynapse-718d7dfef2f8668c4708536d3701030eea3c207d.tar.xz
Move warning up to the top
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 134537f6ef..4c8ecbb352 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,8 @@
 # Synapse 1.87.0 (2023-07-04)
 
+Please note that this will be the last release of Synapse that is compatible with
+Python 3.7 and earlier.
+
 ### Bugfixes
 
 - Pin `pydantic` to `^1.7.4` to avoid backwards-incompatible API changes from the 2.0.0 release.
@@ -13,9 +16,6 @@
 
 # Synapse 1.87.0rc1 (2023-06-27)
 
-Please note that this will be the last release of Synapse that is compatible with
-Python 3.7 and earlier.
-
 ### Features
 
 - Improve `/messages` response time by avoiding backfill when we already have messages to return. ([\#15737](https://github.com/matrix-org/synapse/issues/15737))