diff --git a/html/changelog.html b/html/changelog.html
index 0bb9a4bca2844..9995e857545cc 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -78,6 +78,16 @@
RDS88-beeman updated:
Chaplains now have access to the exotic Rainbow Knife! They may now go gambling on the type of the damage they deal.
Science goggles. Night vision. Put them together, now you've got night vision science goggles. Print some at the science lathe.
+ Swatblack updated:
+
+ - Connected the supermatter's APC to the main power grid
+ - Added a powered area on top of the solar control console to make it usable
+ - Added a floor light under said solar control console, totally just aesthetic reasons
+ - Added wires under 12 solar panels which were missing for some reason
+ - Added a powered area to engineering's waste exhaust to make them actually powered and working
+ - Changed the air mixer to mix 71% nitrogen and 29% oxygen instead of 71% oxygen and 29% nitrogen
+ - Made the atmos APC have a tier 3 cell
+
mystery3525 updated:
- Untangles attack_ai() and attack_robot() code
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index bbec17ba05680..a966445486f4c 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -44310,5 +44310,16 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
gambling on the type of the damage they deal.
- rscadd: Science goggles. Night vision. Put them together, now you've got night
vision science goggles. Print some at the science lathe.
+ Swatblack:
+ - bugfix: Connected the supermatter's APC to the main power grid
+ - bugfix: Added a powered area on top of the solar control console to make it usable
+ - rscadd: Added a floor light under said solar control console, totally just aesthetic
+ reasons
+ - bugfix: Added wires under 12 solar panels which were missing for some reason
+ - bugfix: Added a powered area to engineering's waste exhaust to make them actually
+ powered and working
+ - bugfix: Changed the air mixer to mix 71% nitrogen and 29% oxygen instead of 71%
+ oxygen and 29% nitrogen
+ - tweak: Made the atmos APC have a tier 3 cell
mystery3525:
- code_imp: Untangles attack_ai() and attack_robot() code
diff --git a/html/changelogs/AutoChangeLog-pr-11567.yml b/html/changelogs/AutoChangeLog-pr-11567.yml
deleted file mode 100644
index 76c70f4dbc305..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-11567.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-author: Swatblack
-delete-after: true
-changes:
- - bugfix: Connected the supermatter's APC to the main power grid
- - bugfix: Added a powered area on top of the solar control console to make it usable
- - rscadd: Added a floor light under said solar control console, totally just aesthetic
- reasons
- - bugfix: Added wires under 12 solar panels which were missing for some reason
- - bugfix: Added a powered area to engineering's waste exhaust to make them actually
- powered and working
- - bugfix: Changed the air mixer to mix 71% nitrogen and 29% oxygen instead of 71%
- oxygen and 29% nitrogen
- - tweak: Made the atmos APC have a tier 3 cell