diff --git a/html/changelog.html b/html/changelog.html
index 9acf79795f3..c996321b968 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,15 @@
-->
+
27 February 2021
+
Geeves updated:
+
+ - Removed the advanced weapons software for exosuits, all combat gear now work with the standard weapon software.
+ - Synaptizine no longer exponentially increases your stamina into infinity.
+ - The stamina bar above your move intent now properly updates your max stamina value.
+ - Stasis now works.
+
+
25 February 2021
Alberyk updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index d9d29fdc9c0..b92fa38f5bc 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -18523,3 +18523,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
TheDocOct:
- rscadd: Adds the medical chest-rig and first responder vests, which spawned in
the medical sublevel, as loadout options.
+2021-02-27:
+ Geeves:
+ - rscdel: Removed the advanced weapons software for exosuits, all combat gear now
+ work with the standard weapon software.
+ - bugfix: Synaptizine no longer exponentially increases your stamina into infinity.
+ - bugfix: The stamina bar above your move intent now properly updates your max stamina
+ value.
+ - bugfix: Stasis now works.
diff --git a/html/changelogs/geeves-mecha_combat_repath.yml b/html/changelogs/geeves-mecha_combat_repath.yml
deleted file mode 100644
index c63cb98f1b7..00000000000
--- a/html/changelogs/geeves-mecha_combat_repath.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscdel: "Removed the advanced weapons software for exosuits, all combat gear now work with the standard weapon software."
\ No newline at end of file
diff --git a/html/changelogs/geeves-stamina_full.yml b/html/changelogs/geeves-stamina_full.yml
deleted file mode 100644
index 2841f0e18de..00000000000
--- a/html/changelogs/geeves-stamina_full.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Synaptizine no longer exponentially increases your stamina into infinity."
- - bugfix: "The stamina bar above your move intent now properly updates your max stamina value."
\ No newline at end of file
diff --git a/html/changelogs/geeves-stasis_check.yml b/html/changelogs/geeves-stasis_check.yml
deleted file mode 100644
index e245fb76fd8..00000000000
--- a/html/changelogs/geeves-stasis_check.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Stasis now works."
\ No newline at end of file