diff --git a/html/changelog.html b/html/changelog.html
index a86cfa42a28..b81214a498e 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -60,10 +60,15 @@
Fox McCloud updated:
- Dramatically improves human life performance (sorry, doesn't fix your actual crappy real life)
+ - Blobspores will additionally zomify all players who have 200 damage or more
+ - Holoparasites will additionally die once their host has 200 damage or more
+ - Fixes blob zombies who infect players who have no head being invisible
farie82 updated:
- Death nettle can be picked up again
+ - Auto cloning now doesn't clone a person more than once.
+ - A person in the cloning scanner won't be scanned if he's already being cloned
02 April 2019
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 3e59c050561..13190f55004 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -9665,5 +9665,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Fox McCloud:
- bugfix: Dramatically improves human life performance (sorry, doesn't fix your
actual crappy real life)
+ - tweak: Blobspores will additionally zomify all players who have 200 damage or
+ more
+ - tweak: Holoparasites will additionally die once their host has 200 damage or more
+ - bugfix: Fixes blob zombies who infect players who have no head being invisible
farie82:
- bugfix: Death nettle can be picked up again
+ - bugfix: Auto cloning now doesn't clone a person more than once.
+ - tweak: A person in the cloning scanner won't be scanned if he's already being
+ cloned
diff --git a/html/changelogs/AutoChangeLog-pr-11146.yml b/html/changelogs/AutoChangeLog-pr-11146.yml
deleted file mode 100644
index 4d2a14ce69f..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11146.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "farie82"
-delete-after: True
-changes:
- - bugfix: "Auto cloning now doesn't clone a person more than once."
- - tweak: "A person in the cloning scanner won't be scanned if he's already being cloned"
diff --git a/html/changelogs/AutoChangeLog-pr-11160.yml b/html/changelogs/AutoChangeLog-pr-11160.yml
deleted file mode 100644
index b1ca726884b..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11160.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "Fox McCloud"
-delete-after: True
-changes:
- - tweak: "Blobspores will additionally zomify all players who have 200 damage or more"
- - tweak: "Holoparasites will additionally die once their host has 200 damage or more"
- - bugfix: "Fixes blob zombies who infect players who have no head being invisible"