diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-05-18 11:41:53 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2022-05-18 11:41:53 +0100 |
commit | 1aa30f7b3e7767d2845858f37427282710ee94cc (patch) | |
tree | 26e32d6bc8c9c17190f557a7ef3c0dd4f86b9525 /CHANGES.md | |
parent | Discard null-containing strings before updating the user directory (#12762) (diff) | |
download | synapse-1aa30f7b3e7767d2845858f37427282710ee94cc.tar.xz |
1.59.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 56d1a5a7d7..115f4b35ff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.59.1 (2022-05-18) +=========================== + +Internal Changes +---------------- + +- Fix a long-standing bug where the user directory background process would fail to make forward progress if a user included a null codepoint in their display name or avatar. ([\#12762](https://github.com/matrix-org/synapse/issues/12762)) + + Synapse 1.59.0 (2022-05-17) =========================== |