diff --git a/html/changelog.html b/html/changelog.html
index 29a0709831a..4a5b199ed46 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -42,6 +42,9 @@
Added ore detectors to xenoarch excavation lockers.
You can no longer toggle your hardsuit pieces while incapacitated.
Captain and HoP radios now start with all the channels on, making them opt-out instead.
+ Fixed exosuits that do attack animations being off centre.
+ Fixed exosuit hardpoints losing their cooldown colour before the cooldown actually completed.
+ Climbing out of an exosuit with a closed hatch now properly updates the HUD.
MattAtlas updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 355e85ffe9c..7888ba904fa 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -18450,6 +18450,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: You can no longer toggle your hardsuit pieces while incapacitated.
- tweak: Captain and HoP radios now start with all the channels on, making them
opt-out instead.
+ - bugfix: Fixed exosuits that do attack animations being off centre.
+ - bugfix: Fixed exosuit hardpoints losing their cooldown colour before the cooldown
+ actually completed.
+ - bugfix: Climbing out of an exosuit with a closed hatch now properly updates the
+ HUD.
MattAtlas:
- tweak: Tear gas should now be much more effective.
- tweak: Stun batons now disperse pain all over the body. What happened previously
diff --git a/html/changelogs/geeves-mecha_animation_fix.yml b/html/changelogs/geeves-mecha_animation_fix.yml
deleted file mode 100644
index 45d327ba53e..00000000000
--- a/html/changelogs/geeves-mecha_animation_fix.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed exosuits that do attack animations being off centre."
- - bugfix: "Fixed exosuit hardpoints losing their cooldown colour before the cooldown actually completed."
\ No newline at end of file
diff --git a/html/changelogs/geeves-mecha_weirdness.yml b/html/changelogs/geeves-mecha_weirdness.yml
deleted file mode 100644
index 86946430f99..00000000000
--- a/html/changelogs/geeves-mecha_weirdness.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Climbing out of an exosuit with a closed hatch now properly updates the HUD."
\ No newline at end of file