diff --git a/html/changelog.html b/html/changelog.html
index d274fb51867..140ccb596b1 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -41,11 +41,16 @@
Fixed some incorrect surgery step titles and message text for closing and mending ribcages.
Fixed a bug where farmbots would get stuck doing nothing because it could not path to a sink.
You can no longer feed food to bots and borgs.
+ Infrared sensors now properly emit their beam when attached to a device, such as a bomb. Signalers can now activate infrared sensors.
+ Fixed several instances where infrared beams would linger despite the sensor being moved or manipulated.
+ Borg grippers should pick up stacks of items correctly again, instead of dropping them each time a stack is merged.
+ Removed the message telling you that you released an item from your gripper when you're putting said item into something like a fridge or grinder.
Geeves updated:
- Fixed a typo in the Tau Ceti sector primer.
- Goonchat no longer spaces messages out weirdly upon loading.
+ - Fixed airlocks delaying the start of the round to close first.
SpaceBaa updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index fc351fb39c2..25838c757f3 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -20393,9 +20393,18 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Fixed a bug where farmbots would get stuck doing nothing because it could
not path to a sink.
- bugfix: You can no longer feed food to bots and borgs.
+ - bugfix: Infrared sensors now properly emit their beam when attached to a device,
+ such as a bomb. Signalers can now activate infrared sensors.
+ - bugfix: Fixed several instances where infrared beams would linger despite the
+ sensor being moved or manipulated.
+ - bugfix: Borg grippers should pick up stacks of items correctly again, instead
+ of dropping them each time a stack is merged.
+ - tweak: Removed the message telling you that you released an item from your gripper
+ when you're putting said item into something like a fridge or grinder.
Geeves:
- bugfix: Fixed a typo in the Tau Ceti sector primer.
- bugfix: Goonchat no longer spaces messages out weirdly upon loading.
+ - bugfix: Fixed airlocks delaying the start of the round to close first.
SpaceBaa:
- bugfix: Add missing chameleon cap icon.
WickedCybs:
diff --git a/html/changelogs/Doxxmedearly - gripper_fix_part2.yml b/html/changelogs/Doxxmedearly - gripper_fix_part2.yml
deleted file mode 100644
index 1029f54a91d..00000000000
--- a/html/changelogs/Doxxmedearly - gripper_fix_part2.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Doxxmedearly
-
-delete-after: True
-
-changes:
- - bugfix: "Borg grippers should pick up stacks of items correctly again, instead of dropping them each time a stack is merged."
- - tweak: "Removed the message telling you that you released an item from your gripper when you're putting said item into something like a fridge or grinder."
diff --git a/html/changelogs/doxxmedearly - infrared_fixes.yml b/html/changelogs/doxxmedearly - infrared_fixes.yml
deleted file mode 100644
index 37ba90cdf77..00000000000
--- a/html/changelogs/doxxmedearly - infrared_fixes.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Doxxmedearly
-
-delete-after: True
-
-changes:
- - bugfix: "Infrared sensors now properly emit their beam when attached to a device, such as a bomb. Signalers can now activate infrared sensors."
- - bugfix: "Fixed several instances where infrared beams would linger despite the sensor being moved or manipulated."
\ No newline at end of file
diff --git a/html/changelogs/geeves-roundstart_sleep_fix.yml b/html/changelogs/geeves-roundstart_sleep_fix.yml
deleted file mode 100644
index 7f7ee4d5148..00000000000
--- a/html/changelogs/geeves-roundstart_sleep_fix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed airlocks delaying the start of the round to close first."
\ No newline at end of file