diff --git a/html/changelog.html b/html/changelog.html
index 8ebdf4759e9..179f60cdeba 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -66,6 +66,10 @@
Borg modules now add item action buttons if present.
Beepsky responds to attacking him with disarm intent.
+ CornMyCob updated:
+
+ - Adds in a prompt for becoming a headslug.
+
Crazylemon64 updated:
- Adds a fluff item for ELO
@@ -107,6 +111,10 @@
- Blobs now delete light fixtures correctly.
- use_power variable is more clearly defined as non-boolean via defines.
+ TDSSS updated:
+
+ - Atmospherics external airlocks can now be controlled by borgs and AIs
+
Triiodine updated:
- righthand fork sprite being oriented wrong.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 05f47190fbb..bd966c3cba0 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -7001,6 +7001,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Birdtalon:
- bugfix: Borg modules now add item action buttons if present.
- tweak: Beepsky responds to attacking him with disarm intent.
+ CornMyCob:
+ - tweak: Adds in a prompt for becoming a headslug.
Crazylemon64:
- rscadd: Adds a fluff item for ELO
DesolateG:
@@ -7034,6 +7036,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: CPU Performance tweaks in the Pipe Dispenser
- bugfix: Blobs now delete light fixtures correctly.
- tweak: use_power variable is more clearly defined as non-boolean via defines.
+ TDSSS:
+ - bugfix: Atmospherics external airlocks can now be controlled by borgs and AIs
Triiodine:
- bugfix: righthand fork sprite being oriented wrong.
Ty-Omaha:
diff --git a/html/changelogs/AutoChangeLog-pr-9312.yml b/html/changelogs/AutoChangeLog-pr-9312.yml
deleted file mode 100644
index 729f8370c39..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9312.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "CornMyCob"
-delete-after: True
-changes:
- - tweak: "Adds in a prompt for becoming a headslug."
diff --git a/html/changelogs/AutoChangeLog-pr-9512.yml b/html/changelogs/AutoChangeLog-pr-9512.yml
deleted file mode 100644
index e3be6c2dbf4..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9512.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "TDSSS"
-delete-after: True
-changes:
- - bugfix: "Atmospherics external airlocks can now be controlled by borgs and AIs"