diff --git a/html/changelog.html b/html/changelog.html
index ba6e4d44b367b..dd4b098c7e60f 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -57,6 +57,12 @@
28 January 2024
+
MarkusLarsson421 updated:
+
+ - Detectives office is no longer a vacuum on round start.
+ - Reconnects AI upload.
+ - Detective Booze-O-Mat is no longer maintenance accessible.
+
itsmeow updated:
- Optimized asset generation greatly using rustg IconForge (also by itsmeow), greatly reducing post-initialization lag as well as reducing init times and saving server computation.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 1e04adca3ea7f..6113ea34b8ae6 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -42428,6 +42428,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Zombies infect on a 80% chance (+armor) instead of instantly infecting
on hit.
2024-01-28:
+ MarkusLarsson421:
+ - bugfix: Detectives office is no longer a vacuum on round start.
+ - bugfix: Reconnects AI upload.
+ - bugfix: Detective Booze-O-Mat is no longer maintenance accessible.
itsmeow:
- refactor: Optimized asset generation greatly using rustg IconForge (also by itsmeow),
greatly reducing post-initialization lag as well as reducing init times and
diff --git a/html/changelogs/AutoChangeLog-pr-10553.yml b/html/changelogs/AutoChangeLog-pr-10553.yml
deleted file mode 100644
index 42778d3805415..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-10553.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: MarkusLarsson421
-delete-after: true
-changes:
- - bugfix: Detectives office is no longer a vacuum on round start.
- - bugfix: Reconnects AI upload.
- - bugfix: Detective Booze-O-Mat is no longer maintenance accessible.