diff --git a/html/changelog.html b/html/changelog.html
index 7a0866f1f33b..875d281b8fae 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -72,6 +72,10 @@
- fixed projectiles bypassing wall damage deflection
+ ToasterBiome updated:
+
+ - to_chat_immediate is now properly called so you see stuff loading/chat during initialization
+
03 April 2024
AMyriad, X13-421 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index bdf2a5bfc6eb..dc24d914310b 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -43769,3 +43769,6 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Blood brothers no longer instantly redtext if their ally cryoes
SapphicOverload:
- bugfix: fixed projectiles bypassing wall damage deflection
+ ToasterBiome:
+ - bugfix: to_chat_immediate is now properly called so you see stuff loading/chat
+ during initialization
diff --git a/html/changelogs/AutoChangelog-pr-21800.yml b/html/changelogs/AutoChangelog-pr-21800.yml
deleted file mode 100644
index 635f08d11cc2..000000000000
--- a/html/changelogs/AutoChangelog-pr-21800.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "ToasterBiome"
-delete-after: true
-changes:
- - bugfix: "to_chat_immediate is now properly called so you see stuff loading/chat during initialization"