Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Move warning up to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
reivilibre committed Jul 4, 2023
1 parent 664ba14 commit 718d7df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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))
Expand Down

0 comments on commit 718d7df

Please sign in to comment.