diff --git a/html/changelog.html b/html/changelog.html
index ae0e7c0187f..73876458611 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -44,6 +44,11 @@
- NanoTrasen Corporate Representatives aboard the SCCV Horizon are no longer required to have a mindshield implant. All existing implants have been complementarily removed during the last scheduled physical for all NanoTrasen Corporate Representatives.
+ JohnWildkins updated:
+
+ - Map reader will now properly mapload initialize /area atoms for away site areas.
+ - Cables now correctly override their direction vars to match the set icon state, making mapped-in d1/d2 vars superfluous.
+
Roostercat12 updated:
- Added various Bulwark Augment Body Markings.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 27f31faba36..1c64fe3c752 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -26894,6 +26894,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscdel: NanoTrasen Corporate Representatives aboard the SCCV Horizon are no longer
required to have a mindshield implant. All existing implants have been complementarily
removed during the last scheduled physical for all NanoTrasen Corporate Representatives.
+ JohnWildkins:
+ - backend: Map reader will now properly mapload initialize /area atoms for away
+ site areas.
+ - backend: Cables now correctly override their direction vars to match the set icon
+ state, making mapped-in d1/d2 vars superfluous.
Roostercat12:
- rscadd: Added various Bulwark Augment Body Markings.
SleepyGemmy:
diff --git a/html/changelogs/johnwildkins-powerinit.yml b/html/changelogs/johnwildkins-powerinit.yml
deleted file mode 100644
index 456f0e93f16..00000000000
--- a/html/changelogs/johnwildkins-powerinit.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - backend: "Cables now correctly override their direction vars to match the set icon state, making mapped-in d1/d2 vars superfluous."
diff --git a/html/changelogs/johnwildkins-readerfix.yml b/html/changelogs/johnwildkins-readerfix.yml
deleted file mode 100644
index 961a5a313ef..00000000000
--- a/html/changelogs/johnwildkins-readerfix.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: JohnWildkins
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-changes:
- - backend: "Map reader will now properly mapload initialize /area atoms for away site areas."