diff options
author | David Robertson <davidr@element.io> | 2023-07-11 10:28:11 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-07-11 10:28:11 +0100 |
commit | 7c7bd9898b071385400ef2e083ae0b85c4935242 (patch) | |
tree | a6da5a31b8cd215db486bd4b6535c05d3f85027f /changelog.d/15862.bugfix | |
parent | Add `Server` to Access-Control-Expose-Headers header (#15908) (diff) | |
download | synapse-7c7bd9898b071385400ef2e083ae0b85c4935242.tar.xz |
1.88.0rc1
Diffstat (limited to 'changelog.d/15862.bugfix')
-rw-r--r-- | changelog.d/15862.bugfix | 3 |
1 files changed, 0 insertions, 3 deletions
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. |