diff --git a/html/changelog.html b/html/changelog.html
index 2cae05c4264d3..76875a2c3f044 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,20 @@
-->
+
04 October 2023
+
PowerfulBacon updated:
+
+ - Fixes exploration breaching charges failing to detonate if you have some that are linked but not planted.
+
+
benbot16 updated:
+
+ - Fixes integrated hardsuit jetpacks not activating.
+
+
itsmeow updated:
+
+ - Fixed AI not being disabled on certain ghost role simplemobs when a player takes control, such as blob zombies.
+
+
03 October 2023
AMonekyThatCodes, Kylerace, tralezab, Ryll/Shaps, Melbert, ported by mystery3525 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index cb6f78ebaea84..fbe766a71f0a6 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -41004,3 +41004,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Added a vignette that appears momentarily when your laws are changed as
AI.
- imageadd: added the "law_change" fullscreen vignette.
+2023-10-04:
+ PowerfulBacon:
+ - bugfix: Fixes exploration breaching charges failing to detonate if you have some
+ that are linked but not planted.
+ benbot16:
+ - bugfix: Fixes integrated hardsuit jetpacks not activating.
+ itsmeow:
+ - bugfix: Fixed AI not being disabled on certain ghost role simplemobs when a player
+ takes control, such as blob zombies.
diff --git a/html/changelogs/AutoChangeLog-pr-9924.yml b/html/changelogs/AutoChangeLog-pr-9924.yml
deleted file mode 100644
index 222303212581e..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-9924.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: PowerfulBacon
-delete-after: true
-changes:
- - bugfix: Fixes exploration breaching charges failing to detonate if you have some
- that are linked but not planted.
diff --git a/html/changelogs/AutoChangeLog-pr-9925.yml b/html/changelogs/AutoChangeLog-pr-9925.yml
deleted file mode 100644
index fb7677fa896b1..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-9925.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: benbot16
-delete-after: true
-changes:
- - bugfix: Fixes integrated hardsuit jetpacks not activating.
diff --git a/html/changelogs/AutoChangeLog-pr-9945.yml b/html/changelogs/AutoChangeLog-pr-9945.yml
deleted file mode 100644
index c8db958ea845f..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-9945.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: itsmeow
-delete-after: true
-changes:
- - bugfix: Fixed AI not being disabled on certain ghost role simplemobs when a player
- takes control, such as blob zombies.