diff --git a/CHANGES.md b/CHANGES.md
index 8b11cccc1ac776c60222ed7e8074d735f3bb9e07..f528f561c74c2b97d94e77c751cfc46cec26d1b2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,12 +5,7 @@ Bugfixes
 --------
 
 - Fix a bug introduced in 1.47.0rc1 which caused worker processes to not halt startup in the presence of outstanding database migrations. ([\#11346](https://github.com/matrix-org/synapse/issues/11346))
-
-
-Internal Changes
-----------------
-
-- Fix an issue which prevented the 'remove deleted devices from `device_inbox` column' background process from running when updating from a recent Synapse version. ([\#11303](https://github.com/matrix-org/synapse/issues/11303), [\#11353](https://github.com/matrix-org/synapse/issues/11353))
+- Fix a bug in v1.47.0rc1 and rc2 which prevented the 'remove deleted devices from `device_inbox` column' background process from running when updating from a recent Synapse version. ([\#11303](https://github.com/matrix-org/synapse/issues/11303), [\#11353](https://github.com/matrix-org/synapse/issues/11353))
 
 
 Synapse 1.47.0rc2 (2021-11-10)