diff --git a/html/changelog.html b/html/changelog.html
index 636d6cf68c7..d73901770f2 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -41,6 +41,13 @@
Removed a wire crossover between the mains powernet and the civillian surface subnet, which was occuring in the emergency service dock.
Fixed a hanging loose end of cable which should connect telecommunications (and its solars) to civillian surface mains grid.
+ Geeves updated:
+
+ - Killing a slime attached to someone will now detach it.
+ - Slimes will not hunt if their nutrition is more than 80% of their max nutrition, and they aren't rabid or attacked.
+ - Fixed slime friendship.
+ - Slime friendship is now guaranteed if you feed them.
+
Snakebittenn updated:
- Deletes superfluous Black Boots from the loadout. These had the same exact sprite as jackboots, did you know?
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index af89efe2c3e..0cde8c01735 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -14647,6 +14647,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
surface subnet, which was occuring in the emergency service dock.
- bugfix: Fixed a hanging loose end of cable which should connect telecommunications
(and its solars) to civillian surface mains grid.
+ Geeves:
+ - bugfix: Killing a slime attached to someone will now detach it.
+ - tweak: Slimes will not hunt if their nutrition is more than 80% of their max nutrition,
+ and they aren't rabid or attacked.
+ - bugfix: Fixed slime friendship.
+ - rscadd: Slime friendship is now guaranteed if you feed them.
Snakebittenn:
- rscdel: Deletes superfluous Black Boots from the loadout. These had the same exact
sprite as jackboots, did you know?
diff --git a/html/changelogs/geeves-slime_cleanup.yml b/html/changelogs/geeves-slime_cleanup.yml
deleted file mode 100644
index 60f608dc12e..00000000000
--- a/html/changelogs/geeves-slime_cleanup.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Killing a slime attached to someone will now detach it."
- - tweak: "Slimes will not hunt if their nutrition is more than 80% of their max nutrition, and they aren't rabid or attacked."
- - bugfix: "Fixed slime friendship."
- - rscadd: "Slime friendship is now guaranteed if you feed them."
\ No newline at end of file