summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2023-06-27 10:34:11 -0500
committerEric Eastwood <erice@element.io>2023-06-27 10:34:11 -0500
commit10ed3e233ee02d6a1faa744cf226c67042b60471 (patch)
tree0a9110b53c37e34de25a411208f6faf8b47c2d21 /CHANGES.md
parentPrepare changelog for v1.87.0rc1 (diff)
downloadsynapse-10ed3e233ee02d6a1faa744cf226c67042b60471.tar.xz
Note last release with Python 3.7 support v1.87.0rc1
See https://github.com/matrix-org/synapse/issues/15836
Diffstat (limited to '')
-rw-r--r--CHANGES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 3def0a44cd..dab35075b0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,8 @@
 # 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))