diff --git a/html/changelog.html b/html/changelog.html
index bcef00f6bf0..599250de3c7 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,14 @@
-->
+
21 February 2021
+
Geeves updated:
+
+ - Fixed a spelling error when removing an air tank from a hardsuit.
+ - Fixed the circuit imprinter machine having the protolathe category selection instead of its own.
+ - Using clamps to lift up canisters no longer smash them.
+
+
20 February 2021
Geeves updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index cebb527ef41..881be4c2e25 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -18404,3 +18404,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
The verb is also toggle-firing-mode.
Sparky_hotdog:
- bugfix: Fixed bodybags losing their labels after being unbuckled to roller beds.
+2021-02-21:
+ Geeves:
+ - spellcheck: Fixed a spelling error when removing an air tank from a hardsuit.
+ - bugfix: Fixed the circuit imprinter machine having the protolathe category selection
+ instead of its own.
+ - bugfix: Using clamps to lift up canisters no longer smash them.
diff --git a/html/changelogs/geeves-canister_clamp_smash.yml b/html/changelogs/geeves-canister_clamp_smash.yml
deleted file mode 100644
index 39dec644ad0..00000000000
--- a/html/changelogs/geeves-canister_clamp_smash.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Using clamps to lift up canisters no longer smash them."
\ No newline at end of file
diff --git a/html/changelogs/geeves-circuit_imprinter_category_fix.yml b/html/changelogs/geeves-circuit_imprinter_category_fix.yml
deleted file mode 100644
index 8148c4bfc68..00000000000
--- a/html/changelogs/geeves-circuit_imprinter_category_fix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed the circuit imprinter machine having the protolathe category selection instead of its own."
\ No newline at end of file
diff --git a/html/changelogs/geeves-detach.yml b/html/changelogs/geeves-detach.yml
deleted file mode 100644
index d2331cb61f5..00000000000
--- a/html/changelogs/geeves-detach.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - spellcheck: "Fixed a spelling error when removing an air tank from a hardsuit."
\ No newline at end of file