diff options
author | Erik Johnston <erik@matrix.org> | 2021-11-02 14:28:27 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-11-02 14:28:27 +0000 |
commit | 237f7eb87ad097ecf40f945630ac49cef1aa1154 (patch) | |
tree | 2fb7f95f8130b4756b5603ff8994c687c8726a9e /CHANGES.md | |
parent | Add remaining type hints to `synapse.events`. (#11098) (diff) | |
parent | Update changelog (diff) | |
download | synapse-237f7eb87ad097ecf40f945630ac49cef1aa1154.tar.xz |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '')
-rw-r--r-- | CHANGES.md | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index f61d5c706f..e74544f489 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,17 @@ -Synapse 1.46.0rc1 (2021-10-27) -============================== +Synapse 1.46.0 (2021-11-02) +=========================== The cause of the [performance regression affecting Synapse 1.44](https://github.com/matrix-org/synapse/issues/11049) has been identified and fixed. ([\#11177](https://github.com/matrix-org/synapse/issues/11177)) +Bugfixes +-------- + +- Fix a bug introduced in v1.46.0rc1 where URL previews of some XML documents would fail. ([\#11196](https://github.com/matrix-org/synapse/issues/11196)) + + +Synapse 1.46.0rc1 (2021-10-27) +============================== + Features -------- |