From d24a1486e5c5d69a8798a9d159fd9e06dfc8c3e3 Mon Sep 17 00:00:00 2001
From: Brendan Abolivier <babolivier@matrix.org>
Date: Wed, 18 May 2022 11:46:05 +0100
Subject: [PATCH] Fixup changelog

---
 CHANGES.md | 6 ++++--
 1 file 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)
-- 
GitLab