diff --git a/html/changelog.html b/html/changelog.html
index cf62d09d0f2..d5824f5270b 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -40,6 +40,10 @@
- Written languages now work in paper bundles, folders, and clipboards.
+ JohnWildkins updated:
+
+ - Fixed overactive sanitization on certain mob/say types.
+
Omicega updated:
- Doubled the 'durability' of most cigarettes. You can now smoke them for about twice as long as before.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 305806d9227..ecc66ef99c1 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -19604,6 +19604,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2021-04-23:
Geeves:
- bugfix: Written languages now work in paper bundles, folders, and clipboards.
+ JohnWildkins:
+ - bugfix: Fixed overactive sanitization on certain mob/say types.
Omicega:
- tweak: Doubled the 'durability' of most cigarettes. You can now smoke
them for about twice as long as before.
diff --git a/html/changelogs/johnwildkins-sanitizeme.yml b/html/changelogs/johnwildkins-sanitizeme.yml
deleted file mode 100644
index a2ccd3b8cee..00000000000
--- a/html/changelogs/johnwildkins-sanitizeme.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed overactive sanitization on certain mob/say types."