diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-07-04 16:25:33 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-07-04 16:25:33 +0100 |
commit | 664ba140807750137e2e383eceaa98471f47b575 (patch) | |
tree | 631f2ac7463cafeefda2ed6c9fc630ebd5f113de /CHANGES.md | |
parent | Pin `pydantic` to <2.0.0 (#15862) (diff) | |
download | synapse-664ba140807750137e2e383eceaa98471f47b575.tar.xz |
1.87.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 2765045a13..134537f6ef 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,16 @@ +# Synapse 1.87.0 (2023-07-04) + +### Bugfixes + +- Pin `pydantic` to `^1.7.4` to avoid backwards-incompatible API changes from the 2.0.0 release. + Resolves https://github.com/matrix-org/synapse/issues/15858. + Contributed by @PaarthShah. ([\#15862](https://github.com/matrix-org/synapse/issues/15862)) + +### Internal Changes + +- Split out 2022 changes from the changelog so the rendered version in GitHub doesn't timeout as much. ([\#15846](https://github.com/matrix-org/synapse/issues/15846)) + + # Synapse 1.87.0rc1 (2023-06-27) Please note that this will be the last release of Synapse that is compatible with |