diff --git a/html/changelog.html b/html/changelog.html
index fe33a102fd2..2d2cd79e500 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -45,6 +45,17 @@
Geeves updated:
- Tweaked how vending machines act when they throw things at you. Should be a bit more spicy now.
+ - Monkeys have gained uniform, ID, and pocket inventory slots.
+ - You can put Pun Pun's uniform back on if it gets taken off now.
+ - Fixed some gore pixels poking out of Pun Pun's feet.
+ - Morphs now gets an antagonist status assigned to them when they get released, granting them access to ambitions and AOOC.
+ - Removed the cooldown on morphs changing form, making it more viable to change after attacking.
+ - Attacking as a morph will now instantly drop the disguise, instead of you needing to drop it manually.
+ - Morphs now actually attack the bodypart they're aiming at.
+ - You can no longer rename morphs.
+ - Pipeguns no longer spawn with pins, they also no longer have a safety.
+ - Trying to install a pin on a gun that doesn't use pins now gives a warning message.
+ - Fixes Diona DNA sampling.
09 March 2021
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 58f4e203a48..9525280a215 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -18792,3 +18792,18 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Geeves:
- tweak: Tweaked how vending machines act when they throw things at you. Should
be a bit more spicy now.
+ - rscadd: Monkeys have gained uniform, ID, and pocket inventory slots.
+ - bugfix: You can put Pun Pun's uniform back on if it gets taken off now.
+ - bugfix: Fixed some gore pixels poking out of Pun Pun's feet.
+ - rscadd: Morphs now gets an antagonist status assigned to them when they get released,
+ granting them access to ambitions and AOOC.
+ - tweak: Removed the cooldown on morphs changing form, making it more viable to
+ change after attacking.
+ - tweak: Attacking as a morph will now instantly drop the disguise, instead of you
+ needing to drop it manually.
+ - bugfix: Morphs now actually attack the bodypart they're aiming at.
+ - bugfix: You can no longer rename morphs.
+ - bugfix: Pipeguns no longer spawn with pins, they also no longer have a safety.
+ - bugfix: Trying to install a pin on a gun that doesn't use pins now gives
+ a warning message.
+ - bugfix: Fixes Diona DNA sampling.
diff --git a/html/changelogs/geeves-diona_succ_fix.yml b/html/changelogs/geeves-diona_succ_fix.yml
deleted file mode 100644
index 0d488fc6989..00000000000
--- a/html/changelogs/geeves-diona_succ_fix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Fixes Diona DNA sampling."
\ No newline at end of file
diff --git a/html/changelogs/geeves-improvised_gun_fix.yml b/html/changelogs/geeves-improvised_gun_fix.yml
deleted file mode 100644
index 8bd3af450a7..00000000000
--- a/html/changelogs/geeves-improvised_gun_fix.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Pipeguns no longer spawn with pins, they also no longer have a safety."
- - bugfix: "Trying to install a pin on a gun that doesn't use pins now gives a warning message."
\ No newline at end of file
diff --git a/html/changelogs/geeves-monkey_slots.yml b/html/changelogs/geeves-monkey_slots.yml
deleted file mode 100644
index be4ced3a2f2..00000000000
--- a/html/changelogs/geeves-monkey_slots.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Monkeys have gained uniform, ID, and pocket inventory slots."
- - bugfix: "You can put Pun Pun's uniform back on if it gets taken off now."
- - bugfix: "Fixed some gore pixels poking out of Pun Pun's feet."
diff --git a/html/changelogs/geeves-morph_tweak.yml b/html/changelogs/geeves-morph_tweak.yml
deleted file mode 100644
index 999a4091a8a..00000000000
--- a/html/changelogs/geeves-morph_tweak.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Morphs now gets an antagonist status assigned to them when they get released, granting them access to ambitions and AOOC."
- - tweak: "Removed the cooldown on morphs changing form, making it more viable to change after attacking."
- - tweak: "Attacking as a morph will now instantly drop the disguise, instead of you needing to drop it manually."
- - bugfix: "Morphs now actually attack the bodypart they're aiming at."
- - bugfix: "You can no longer rename morphs."
\ No newline at end of file