diff options
author | David Robertson <davidr@element.io> | 2021-11-29 11:11:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 11:11:46 +0000 |
commit | 776ad3e5e9cb082a3c7d205da29b64e946a8176c (patch) | |
tree | 147191af85dec43afc23e8c98464419ea862dd5a /changelog.d | |
parent | Bump ijson dependency to 3.1 (#11438) (#11439) (diff) | |
download | synapse-776ad3e5e9cb082a3c7d205da29b64e946a8176c.tar.xz |
Add a test case for the SendJoinParser (#11441)
This would have caught the bug #11438 introduced in #11217 and fixed in #11439.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11441.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11441.misc b/changelog.d/11441.misc new file mode 100644 index 0000000000..1baef41d70 --- /dev/null +++ b/changelog.d/11441.misc @@ -0,0 +1 @@ +Fix a bug introduced in 1.47.0 where `send_join` could fail due to an outdated `ijson` version. \ No newline at end of file |