diff --git a/html/changelog.html b/html/changelog.html
index 26eaa072ee1..8ebdf4759e9 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -104,6 +104,8 @@
Minimap is now updated
Holopads now use the correct amount of power.
CPU Performance tweaks in the Pipe Dispenser
+ Blobs now delete light fixtures correctly.
+ use_power variable is more clearly defined as non-boolean via defines.
Triiodine updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 729613b9673..05f47190fbb 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -7032,6 +7032,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Minimap is now updated
- bugfix: Holopads now use the correct amount of power.
- 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.
Triiodine:
- bugfix: righthand fork sprite being oriented wrong.
Ty-Omaha:
diff --git a/html/changelogs/AutoChangeLog-pr-9541.yml b/html/changelogs/AutoChangeLog-pr-9541.yml
deleted file mode 100644
index e754109d9f3..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9541.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Purpose"
-delete-after: True
-changes:
- - bugfix: "Blobs now delete light fixtures correctly."
diff --git a/html/changelogs/AutoChangeLog-pr-9550.yml b/html/changelogs/AutoChangeLog-pr-9550.yml
deleted file mode 100644
index c5ed83b3817..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9550.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Purpose"
-delete-after: True
-changes:
- - tweak: "use_power variable is more clearly defined as non-boolean via defines."