diff --git a/html/changelog.html b/html/changelog.html
index eecefa4ed2c..2b91b26a889 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -43,6 +43,8 @@
mikomyazaki updated:
- Items held in grippers (e.g. beakers) will now properly update the gripper's icon with their own changes while being held and used.
+ - Maintenance Drone diagnostic screen now shows overall status rather than individual component status, as they cannot actually take component damage, only overall damage.
+ - Changelings that are faking being dead will no longer perform emotes (e.g. screaming).
19 July 2020
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index bf01b4d0ffc..fc870ee3bb3 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -14275,3 +14275,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
mikomyazaki:
- bugfix: Items held in grippers (e.g. beakers) will now properly update the gripper's
icon with their own changes while being held and used.
+ - bugfix: Maintenance Drone diagnostic screen now shows overall status rather than
+ individual component status, as they cannot actually take component damage,
+ only overall damage.
+ - bugfix: Changelings that are faking being dead will no longer perform emotes (e.g.
+ screaming).
diff --git a/html/changelogs/fakedeath_no_emotes.yml b/html/changelogs/fakedeath_no_emotes.yml
deleted file mode 100644
index d7cae7e2bb8..00000000000
--- a/html/changelogs/fakedeath_no_emotes.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "Changelings that are faking being dead will no longer perform emotes (e.g. screaming)."
\ No newline at end of file
diff --git a/html/changelogs/maint_drone_diagnostics.yml b/html/changelogs/maint_drone_diagnostics.yml
deleted file mode 100644
index 4f73736cc6a..00000000000
--- a/html/changelogs/maint_drone_diagnostics.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "Maintenance Drone diagnostic screen now shows overall status rather than individual component status, as they cannot actually take component damage, only overall damage."
\ No newline at end of file