diff --git a/html/changelog.html b/html/changelog.html
index ea0b2e47ff9..06fc0d20b98 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -39,6 +39,12 @@
Ferner updated:
- Fixes some shuttles sometimes bringing bluespace turfs with them.
+ - Fixed Icarus drones sometimes spawning indoors.
+ - Fixed carp and Icarus drones not seeing in the dark.
+
+ Geeves updated:
+
+ - Made some of the UI warnings more obvious (oxygen, pressure, temperature).
23 October 2020
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index f5bfeaf6e89..111d8491353 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -16332,3 +16332,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2020-10-24:
Ferner:
- bugfix: Fixes some shuttles sometimes bringing bluespace turfs with them.
+ - bugfix: Fixed Icarus drones sometimes spawning indoors.
+ - bugfix: Fixed carp and Icarus drones not seeing in the dark.
+ Geeves:
+ - tweak: Made some of the UI warnings more obvious (oxygen, pressure, temperature).
diff --git a/html/changelogs/Ferner-201024-bugfix_carpsight.yml b/html/changelogs/Ferner-201024-bugfix_carpsight.yml
deleted file mode 100644
index 49e0d9e0cc4..00000000000
--- a/html/changelogs/Ferner-201024-bugfix_carpsight.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: Ferner
-delete-after: True
-changes:
- - bugfix: "Fixed Icarus drones sometimes spawning indoors."
- - bugfix: "Fixed carp and Icarus drones not seeing in the dark."
\ No newline at end of file
diff --git a/html/changelogs/geeves-improve_ui_icons.yml b/html/changelogs/geeves-improve_ui_icons.yml
deleted file mode 100644
index f9b94b35113..00000000000
--- a/html/changelogs/geeves-improve_ui_icons.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - tweak: "Made some of the UI warnings more obvious (oxygen, pressure, temperature)."
\ No newline at end of file