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 /changelog.d | |
parent | Pin `pydantic` to <2.0.0 (#15862) (diff) | |
download | synapse-664ba140807750137e2e383eceaa98471f47b575.tar.xz |
1.87.0
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15846.misc | 1 | ||||
-rw-r--r-- | changelog.d/15862.bugfix | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/changelog.d/15846.misc b/changelog.d/15846.misc deleted file mode 100644 index f1c31d6663..0000000000 --- a/changelog.d/15846.misc +++ /dev/null @@ -1 +0,0 @@ -Split out 2022 changes from the changelog so the rendered version in GitHub doesn't timeout as much. diff --git a/changelog.d/15862.bugfix b/changelog.d/15862.bugfix deleted file mode 100644 index 8eb6aa9a7f..0000000000 --- a/changelog.d/15862.bugfix +++ /dev/null @@ -1,3 +0,0 @@ -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. |