diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-07-04 16:26:50 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-07-04 16:26:50 +0100 |
commit | 718d7dfef2f8668c4708536d3701030eea3c207d (patch) | |
tree | ce870b3b8e7d3640666a911c6963f16feaf216a0 | |
parent | 1.87.0 (diff) | |
download | synapse-718d7dfef2f8668c4708536d3701030eea3c207d.tar.xz |
Move warning up to the top
-rw-r--r-- | CHANGES.md | 6 |
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)) |