diff --git a/html/changelog.html b/html/changelog.html
index 9b6ea3d0742..49f9b734dda 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -40,6 +40,11 @@
- Point Verdant Police now spawn with headsets instead of bounced radios, as the role had too much soul.
+ DreamySkrell updated:
+
+ - Refactored `/datum/outfit` to `/obj/outfit`.
+ - Outfits can be mapped in or spawned manually, to spill all their items on the floor.
+
FluffyGhost updated:
- The CI should now load balance the exoplanets to test across 3 pods.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 3b39f158112..5e6ef61a3cb 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -34226,6 +34226,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Ben10083:
- tweak: Point Verdant Police now spawn with headsets instead of bounced radios,
as the role had too much soul.
+ DreamySkrell:
+ - rscadd: Refactored `/datum/outfit` to `/obj/outfit`.
+ - rscadd: Outfits can be mapped in or spawned manually, to spill all their items
+ on the floor.
FluffyGhost:
- backend: The CI should now load balance the exoplanets to test across 3 pods.
- bugfix: Fixed the build outside the CI, forgot that SSunit_tests_config is only
diff --git a/html/changelogs/DreamySkrell-outfit-obj.yml b/html/changelogs/DreamySkrell-outfit-obj.yml
deleted file mode 100644
index c21e347e984..00000000000
--- a/html/changelogs/DreamySkrell-outfit-obj.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-author: DreamySkrell
-
-delete-after: True
-
-changes:
- - rscadd: "Refactored `/datum/outfit` to `/obj/outfit`."
- - rscadd: "Outfits can be mapped in or spawned manually, to spill all their items on the floor."