diff options
author | Erik Johnston <erik@matrix.org> | 2021-02-25 10:47:19 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-02-25 10:47:19 +0000 |
commit | 2756517f7a6e17d2403de44981569dc18329315b (patch) | |
tree | 093d5ba40a632cf760b57d2fe0b60c41b73bb8ef /CHANGES.md | |
parent | Fixup changelog (diff) | |
download | synapse-2756517f7a6e17d2403de44981569dc18329315b.tar.xz |
Fixup changelog v1.28.0 github/release-v1.28.0 release-v1.28.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 33c691d810..d584d342d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -41,7 +41,7 @@ Bugfixes -------- - Fix long-standing bug where sending email notifications would fail for rooms that the server had since left. ([\#9257](https://github.com/matrix-org/synapse/issues/9257)) -- Fix bug in Synapse 1.27.0rc1 which meant the "session expired" error page during SSO registration was badly formatted. ([\#9296](https://github.com/matrix-org/synapse/issues/9296)) +- Fix bug introduced in Synapse 1.27.0rc1 which meant the "session expired" error page during SSO registration was badly formatted. ([\#9296](https://github.com/matrix-org/synapse/issues/9296)) - Assert a maximum length for some parameters for spec compliance. ([\#9321](https://github.com/matrix-org/synapse/issues/9321), [\#9393](https://github.com/matrix-org/synapse/issues/9393)) - Fix additional errors when previewing URLs: "AttributeError 'NoneType' object has no attribute 'xpath'" and "ValueError: Unicode strings with encoding declaration are not supported. Please use bytes input or XML fragments without declaration.". ([\#9333](https://github.com/matrix-org/synapse/issues/9333)) - Fix a bug causing Synapse to impose the wrong type constraints on fields when processing responses from appservices to `/_matrix/app/v1/thirdparty/user/{protocol}`. ([\#9361](https://github.com/matrix-org/synapse/issues/9361)) |