diff --git a/html/changelog.html b/html/changelog.html
index eb023d4011d..b0f7048364e 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,14 @@
-->
+
16 March 2020
+
Doxxmedearly updated:
+
+ - Being in a stasis bag will properly render you unconscious.
+ - Plastic surgery should now properly update sprites when fixing a husked individual. This should now work for shells, as well.
+ - You can no longer set a fire alarm timer to longer than ten minutes.
+
+
15 March 2020
Chada-1 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index cd59095b263..e7b6c630620 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -12171,3 +12171,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Geeves:
- rscadd: Roof solars start wired, SMES starts set. Interact with the solar control
computer to connect the devices.
+2020-03-16:
+ Doxxmedearly:
+ - bugfix: Being in a stasis bag will properly render you unconscious.
+ - bugfix: Plastic surgery should now properly update sprites when fixing a husked
+ individual. This should now work for shells, as well.
+ - bugfix: You can no longer set a fire alarm timer to longer than ten minutes.
diff --git a/html/changelogs/doxxmedearly - firealarm.yml b/html/changelogs/doxxmedearly - firealarm.yml
deleted file mode 100644
index 33183ea627a..00000000000
--- a/html/changelogs/doxxmedearly - firealarm.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# Your name.
-author: Doxxmedearly
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-changes:
- - bugfix: "You can no longer set a fire alarm timer to longer than ten minutes."
diff --git a/html/changelogs/doxxmedearly - husk.yml b/html/changelogs/doxxmedearly - husk.yml
deleted file mode 100644
index 2c7639e1dd9..00000000000
--- a/html/changelogs/doxxmedearly - husk.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# Your name.
-author: Doxxmedearly
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - bugfix: "Plastic surgery should now properly update sprites when fixing a husked individual. This should now work for shells, as well."
diff --git a/html/changelogs/doxxmedearly - stasis.yml b/html/changelogs/doxxmedearly - stasis.yml
deleted file mode 100644
index 5b7e4aa6522..00000000000
--- a/html/changelogs/doxxmedearly - stasis.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Your name.
-author: Doxxmedearly
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-changes:
- - bugfix: "Being in a stasis bag will properly render you unconscious."