diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-05-18 15:53:18 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2022-05-18 15:53:18 +0100 |
commit | 682431efbe4e920bb79150a21094adaecb478d61 (patch) | |
tree | 06023ee683123aa8febfda5498df54f60b7f4fc0 /CHANGES.md | |
parent | Do not keep going if there are 5 back-to-back background update failures. (#1... (diff) | |
parent | Fixup changelog (diff) | |
download | synapse-682431efbe4e920bb79150a21094adaecb478d61.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 56d1a5a7d7..e10ac0314a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +Synapse 1.59.1 (2022-05-18) +=========================== + +This release fixes a long-standing issue which could prevent Synapse's user directory for updating properly. + +Bugfixes +---------------- + +- 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. Contributed by Nick @ Beeper. ([\#12762](https://github.com/matrix-org/synapse/issues/12762)) + + Synapse 1.59.0 (2022-05-17) =========================== |