diff --git a/html/changelog.html b/html/changelog.html
index d1035d09552..09d55d3c359 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,21 @@
-->
+
28 February 2022
+
Sparky_hotdog updated:
+
+ - Fixed autoinhalers with reagents spawning unsecured
+ - The holomenu can now scan a sheet of paper and display its contents.
+ - Fixed stripping mobs with an active item in your hand failing.
+ - Stripping an item off a mob now tries to put it in your hands first.
+ - Allows you to Alt Click on a mob when you have a medHUD to set their triage tag.
+ - Allows you to Alt Click IVs to set their transfer rate.
+
+
mikomyazaki2 updated:
+
+ - Maintenance drones can now choose to swap their hat when clicking on a hat while wearing one, instead of receiving an error message about already wearing a hat.
+
+
27 February 2022
SleepyGem updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index c07dc468928..f9f84a99f34 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -22802,3 +22802,16 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Vacuum flask typo fixed.
- bugfix: Silversun shirt selection in the loadout no longer defaults to the description
of the first shirt.
+2022-02-28:
+ Sparky_hotdog:
+ - bugfix: Fixed autoinhalers with reagents spawning unsecured
+ - tweak: The holomenu can now scan a sheet of paper and display its contents.
+ - bugfix: Fixed stripping mobs with an active item in your hand failing.
+ - tweak: Stripping an item off a mob now tries to put it in your hands first.
+ - tweak: Allows you to Alt Click on a mob when you have a medHUD to set their triage
+ tag.
+ - tweak: Allows you to Alt Click IVs to set their transfer rate.
+ mikomyazaki2:
+ - tweak: Maintenance drones can now choose to swap their hat when clicking on a
+ hat while wearing one, instead of receiving an error message about already wearing
+ a hat.
diff --git a/html/changelogs/maint_drone_hat.yml b/html/changelogs/maint_drone_hat.yml
deleted file mode 100644
index c501740183c..00000000000
--- a/html/changelogs/maint_drone_hat.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki2
-
-delete-after: True
-
-changes:
- - tweak: "Maintenance drones can now choose to swap their hat when clicking on a hat while wearing one, instead of receiving an error message about already wearing a hat."
diff --git a/html/changelogs/qbofl.yml b/html/changelogs/qbofl.yml
deleted file mode 100644
index 2355cea336e..00000000000
--- a/html/changelogs/qbofl.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-author: Sparky_hotdog
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed autoinhalers with reagents spawning unsecured"
- - tweak: "The holomenu can now scan a sheet of paper and display its contents."
- - bugfix: "Fixed stripping mobs with an active item in your hand failing."
- - tweak: "Stripping an item off a mob now tries to put it in your hands first."
- - tweak: "Allows you to Alt Click on a mob when you have a medHUD to set their triage tag."
- - tweak: "Allows you to Alt Click IVs to set their transfer rate."
\ No newline at end of file