diff --git a/html/changelog.html b/html/changelog.html
index 7ce67016648..921d4cdbc4f 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -44,6 +44,8 @@
- Converted the ore processor UI to TGUI.
- The help emote that gives a list of emotes now displays emotes that play a sound in blue.
+ - Emagging an escape pod's controller or berth controller will now arm it and allow the pod to be ejected regardless of evacuation status.
+ - Fixed button presses in the escape pod controller not doing anything.
RustingWithYou updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 8965c6ed992..25203fccf19 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -31508,6 +31508,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Converted the ore processor UI to TGUI.
- rscadd: The help emote that gives a list of emotes now displays emotes that play
a sound in blue.
+ - rscadd: Emagging an escape pod's controller or berth controller will now
+ arm it and allow the pod to be ejected regardless of evacuation status.
+ - bugfix: Fixed button presses in the escape pod controller not doing anything.
RustingWithYou:
- bugfix: Fixes Hivenet broadcasting.
Wowzewow (Wezzy):
diff --git a/html/changelogs/geeves-pod_emag.yml b/html/changelogs/geeves-pod_emag.yml
deleted file mode 100644
index e73b16a38ee..00000000000
--- a/html/changelogs/geeves-pod_emag.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Emagging an escape pod's controller or berth controller will now arm it and allow the pod to be ejected regardless of evacuation status."
- - bugfix: "Fixed button presses in the escape pod controller not doing anything."