diff --git a/html/changelog.html b/html/changelog.html
index ae2a1d29597..8b2546353c1 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -49,6 +49,10 @@
It is now impossible to miss pointblank throwing something at someone.
You can now throw things past windows without it bumping into them.
Fixed bashing hydroponic plants with your jugs.
+ Animals that only attack when attacked now properly add the person who attacks them to their target list.
+ Retaliating animals now only attack the person who attacked them.
+ You can now open display cases with a captain level ID.
+ You can now play any item in a display case.
Geeves, Roostercat updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index bea53a93d92..68bfd2f6c5d 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -18025,5 +18025,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: It is now impossible to miss pointblank throwing something at someone.
- rscadd: You can now throw things past windows without it bumping into them.
- bugfix: Fixed bashing hydroponic plants with your jugs.
+ - bugfix: Animals that only attack when attacked now properly add the person who
+ attacks them to their target list.
+ - tweak: Retaliating animals now only attack the person who attacked them.
+ - rscadd: You can now open display cases with a captain level ID.
+ - rscadd: You can now play any item in a display case.
Geeves, Roostercat:
- rscadd: Added a bunch of vaurcaesian body markings.
diff --git a/html/changelogs/geeves-display_case_update.yml b/html/changelogs/geeves-display_case_update.yml
deleted file mode 100644
index b4f38192155..00000000000
--- a/html/changelogs/geeves-display_case_update.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "You can now open display cases with a captain level ID."
- - rscadd: "You can now play any item in a display case."
\ No newline at end of file
diff --git a/html/changelogs/geeves-retaliate_fix.yml b/html/changelogs/geeves-retaliate_fix.yml
deleted file mode 100644
index 0e81ecd8af7..00000000000
--- a/html/changelogs/geeves-retaliate_fix.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Animals that only attack when attacked now properly add the person who attacks them to their target list."
- - tweak: "Retaliating animals now only attack the person who attacked them."
\ No newline at end of file