diff --git a/html/changelog.html b/html/changelog.html
index d704986bf8d..3961980ab72 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -61,6 +61,10 @@
- Removes extra penlight given to plasmemes.
+ Kyep updated:
+
+ - Fixed several bugs with blob, including lateround blobs not generating biohazard alerts, blobs missing out on early resources they should have, and a bug with blob storage being broken that prevented blobs getting any resources.
+
Ty-Omaha updated:
- Removes canvases due to everybody crashing from them.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 998503f5f26..fd13181f6ed 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -7106,5 +7106,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2018-09-29:
Dapocalypse:
- bugfix: Removes extra penlight given to plasmemes.
+ Kyep:
+ - bugfix: Fixed several bugs with blob, including lateround blobs not generating
+ biohazard alerts, blobs missing out on early resources they should have, and
+ a bug with blob storage being broken that prevented blobs getting any resources.
Ty-Omaha:
- rscdel: Removes canvases due to everybody crashing from them.
diff --git a/html/changelogs/AutoChangeLog-pr-9488.yml b/html/changelogs/AutoChangeLog-pr-9488.yml
deleted file mode 100644
index a58189d570d..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9488.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - bugfix: "Fixed several bugs with blob, including lateround blobs not generating biohazard alerts, blobs missing out on early resources they should have, and a bug with blob storage being broken that prevented blobs getting any resources."