diff --git a/html/changelog.html b/html/changelog.html
index 7299dee72f6..cf4ebad8161 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,14 @@
-->
+
16 March 2022
+
mikomyazaki updated:
+
+ - Can now toggle atmospherics pumps & filters with AltClick.
+ - RCON SMES control now includes a button to max SMES input/output without having to type in the number.
+ - Removes the Clown and Mime PDA presets from the PDA preset types list.
+
+
15 March 2022
Vrow updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index a54ffd7fce6..a281ca82c2a 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -22938,3 +22938,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
e.g. chem dispensers.
- bugfix: Grippers will now properly remove items they are holding if that item
should have been dropped / used up / otherwise deleted.
+2022-03-16:
+ mikomyazaki:
+ - tweak: Can now toggle atmospherics pumps & filters with AltClick.
+ - tweak: RCON SMES control now includes a button to max SMES input/output without
+ having to type in the number.
+ - tweak: Removes the Clown and Mime PDA presets from the PDA preset types list.
diff --git a/html/changelogs/engineering-qol-1.yml b/html/changelogs/engineering-qol-1.yml
deleted file mode 100644
index d9a0e1bf5d8..00000000000
--- a/html/changelogs/engineering-qol-1.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - tweak: "Can now toggle atmospherics pumps & filters with AltClick."
- - tweak: "RCON SMES control now includes a button to max SMES input/output without having to type in the number."
diff --git a/html/changelogs/no-clowns-or-mimes-here.yml b/html/changelogs/no-clowns-or-mimes-here.yml
deleted file mode 100644
index c1a5c73b741..00000000000
--- a/html/changelogs/no-clowns-or-mimes-here.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - tweak: "Removes the Clown and Mime PDA presets from the PDA preset types list."