diff --git a/CHANGES.md b/CHANGES.md
index 4248b7065b6b761caf3bc1d666867f75cb216e47..ab031fccdc4911621f159cd015be4a1002db9f58 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,10 +1,10 @@
 Synapse 1.10.0rc4 (2020-02-11)
 ==============================
 
-Features
+Bugfixes
 --------
 
-- Filter out `m.room.aliases` from `/sync` state blocks until a full fix lands. ([\#6884](https://github.com/matrix-org/synapse/issues/6884))
+- Fix the filtering introduced in 1.10.0rc3 to also apply to the state blocks returned by `/sync`. ([\#6884](https://github.com/matrix-org/synapse/issues/6884))
 
 
 Synapse 1.10.0rc3 (2020-02-10)