diff --git a/html/changelog.html b/html/changelog.html
index 674de8db61a..96e0b963502 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -46,6 +46,10 @@
Added tactical goggles to the loadout for Security roles, they have integrated security HUDs and flash protection.
Added tactical coifs to the Security armory, they can go in the mask, ear, or clothing accessory slots.
+ JohnWildkins updated:
+
+ - Fix slowdown being applied twice.
+
SleepyGemmy updated:
- Adds a isolation cell to the brig.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 2b5b1acb12f..b7dd545b4df 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -27644,6 +27644,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
security HUDs and flash protection.
- rscadd: Added tactical coifs to the Security armory, they can go in the mask,
ear, or clothing accessory slots.
+ JohnWildkins:
+ - bugfix: Fix slowdown being applied twice.
SleepyGemmy:
- maptweak: Adds a isolation cell to the brig.
- maptweak: Adds brig lockdown blast doors to the windows in the communal area.
diff --git a/html/changelogs/johnwildkins-fixmatt.yml b/html/changelogs/johnwildkins-fixmatt.yml
deleted file mode 100644
index 9173bf435c5..00000000000
--- a/html/changelogs/johnwildkins-fixmatt.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - bugfix: "Fix slowdown being applied twice."