diff --git a/html/changelog.html b/html/changelog.html
index 713693563b9..4837e7fa3f8 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -57,6 +57,11 @@
02 April 2019
+
Fox McCloud updated:
+
+ - Fixes some mobs not being able to hear sounds
+ - Fixes the Master Controller not actually shutting down on round end
+
Markolie updated:
- Fixed some issues the compiler doesn't spot and some start up issues.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 364bbddf602..c5c9ad3aac2 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -9611,6 +9611,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Spontaneous combustion now has a minimum stacksize of 1. No more getting
wet from the fire virus
2019-04-02:
+ Fox McCloud:
+ - bugfix: Fixes some mobs not being able to hear sounds
+ - bugfix: Fixes the Master Controller not actually shutting down on round end
Markolie:
- bugfix: Fixed some issues the compiler doesn't spot and some start up issues.
farie82:
diff --git a/html/changelogs/AutoChangeLog-pr-11136.yml b/html/changelogs/AutoChangeLog-pr-11136.yml
deleted file mode 100644
index d332c222e52..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11136.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Fox McCloud"
-delete-after: True
-changes:
- - bugfix: "Fixes the Master Controller not actually shutting down on round end"
diff --git a/html/changelogs/AutoChangeLog-pr-11186.yml b/html/changelogs/AutoChangeLog-pr-11186.yml
deleted file mode 100644
index 52be3d8ebc6..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11186.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Fox McCloud"
-delete-after: True
-changes:
- - bugfix: "Fixes some mobs not being able to hear sounds"