diff --git a/html/changelog.html b/html/changelog.html
index f375d8c20db..c2a02d78586 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,13 @@
- Fixed the artifact forcefield effect, which could runtime if it didn't find a turf.
+ JohnWildkins updated:
+
+ - Fixed an issue that prevented several ruins from spawning on exoplanets.
+ - Fixed ruin spawns being partially / wholly deleted by landing zones, causing unit test failures and, of course, deleted ruins.
+ - Changed the ruin tag system to more appropriately reflect types that actually want to be filtered for. Added planetary tags to restrict ruins by planet type.
+ - The away site testing map now attempts to build one of each exoplanet (excluding lore planets) and one of each ruin.
+
Sniblet updated:
- Instead of Zoleth and Vetju, Scay and Vedhra are the new Bound donors for Horizon biological testing. This means the bugs you buy come in new colors.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 0d41fa2684d..5600c98604b 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -28743,6 +28743,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Fluffyghost:
- bugfix: Fixed the artifact forcefield effect, which could runtime if it didn't
find a turf.
+ JohnWildkins:
+ - bugfix: Fixed an issue that prevented several ruins from spawning on exoplanets.
+ - bugfix: Fixed ruin spawns being partially / wholly deleted by landing zones, causing
+ unit test failures and, of course, deleted ruins.
+ - backend: Changed the ruin tag system to more appropriately reflect types that
+ actually want to be filtered for. Added planetary tags to restrict ruins by
+ planet type.
+ - backend: The away site testing map now attempts to build one of each exoplanet
+ (excluding lore planets) and one of each ruin.
Sniblet:
- tweak: Instead of Zoleth and Vetju, Scay and Vedhra are the new Bound donors for
Horizon biological testing. This means the bugs you buy come in new colors.
diff --git a/html/changelogs/johnwildkins-ruinfix.yml b/html/changelogs/johnwildkins-ruinfix.yml
deleted file mode 100644
index 4ad04850cbe..00000000000
--- a/html/changelogs/johnwildkins-ruinfix.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed an issue that prevented several ruins from spawning on exoplanets."
- - bugfix: "Fixed ruin spawns being partially / wholly deleted by landing zones, causing unit test failures and, of course, deleted ruins."
- - backend: "Changed the ruin tag system to more appropriately reflect types that actually want to be filtered for. Added planetary tags to restrict ruins by planet type."
- - backend: "The away site testing map now attempts to build one of each exoplanet (excluding lore planets) and one of each ruin."