diff --git a/html/changelog.html b/html/changelog.html
index 47cb90e6084..42b341b06a6 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -40,6 +40,11 @@
- Added a canned unathi cider, Three Towns Cider, to the booze-o-mat.
+ JohnWildkins updated:
+
+ - Large groups of images are now sent via spritesheets, improving performance gains. Currently used on goonchat accent icons.
+ - Labels on an item no longer transfer their labeled name to collected clothing fibers.
+
19 October 2020
Ferner updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 934f1fe2325..2cbafe1af2e 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -16229,3 +16229,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2020-10-20:
Geeves, Petrichor:
- rscadd: Added a canned unathi cider, Three Towns Cider, to the booze-o-mat.
+ JohnWildkins:
+ - backend: Large groups of images are now sent via spritesheets, improving performance
+ gains. Currently used on goonchat accent icons.
+ - bugfix: Labels on an item no longer transfer their labeled name to collected clothing
+ fibers.
diff --git a/html/changelogs/johnwildkins-fibers.yml b/html/changelogs/johnwildkins-fibers.yml
deleted file mode 100644
index 51f0becffc4..00000000000
--- a/html/changelogs/johnwildkins-fibers.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - bugfix: "Labels on an item no longer transfer their labeled name to collected clothing fibers."
diff --git a/html/changelogs/johnwildkins-spritesheets.yml b/html/changelogs/johnwildkins-spritesheets.yml
deleted file mode 100644
index 7d3e73949c7..00000000000
--- a/html/changelogs/johnwildkins-spritesheets.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - backend: "Large groups of images are now sent via spritesheets, improving performance gains. Currently used on goonchat accent icons."