summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-05-18 11:46:05 +0100
committerBrendan Abolivier <babolivier@matrix.org>2022-05-18 11:46:05 +0100
commitd24a1486e5c5d69a8798a9d159fd9e06dfc8c3e3 (patch)
tree3282d7a41b1c9fe1d9925f3901d88d64983dc9ac /CHANGES.md
parent1.59.1 (diff)
downloadsynapse-d24a1486e5c5d69a8798a9d159fd9e06dfc8c3e3.tar.xz
Fixup changelog v1.59.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 115f4b35ff..e10ac0314a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,10 +1,12 @@
 Synapse 1.59.1 (2022-05-18)
 ===========================
 
-Internal Changes
+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. ([\#12762](https://github.com/matrix-org/synapse/issues/12762))
+- 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)