diff --git a/html/changelog.html b/html/changelog.html
index 07590ae2f20..da0ebdbfe6a 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,21 @@
-->
+
15 April 2021
+
Geeves updated:
+
+ - Catching something will now longer deafen you with the item's dropsound, instead, it'll just smoothly play the pick-up sound.
+
+
JohnWildkins updated:
+
+ - Hyposprays and autoinjectors should now account for armor coverage properly, and prevent injection on invalid targets (incl. robotic limbs).
+
+
WickedCybs updated:
+
+ - Added crewneck and v-neck sweaters. Find them of course, in the sweaters selection.
+ - Tweaked the arrangement of each sweater in the sweaters loadout selection. The normal sweaters will be at the top of the list together, with the argyle sweaters at the bottom together.
+
+
14 April 2021
Doxxmedearly updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index d836f51d887..f720c7b218f 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -19421,3 +19421,16 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Adds Admin LOOC for mods/admins, which functions as LOOC but displays
regardless of a person's LOOC preferences. Has a slightly different color
to LOOC.
+2021-04-15:
+ Geeves:
+ - bugfix: Catching something will now longer deafen you with the item's dropsound,
+ instead, it'll just smoothly play the pick-up sound.
+ JohnWildkins:
+ - bugfix: Hyposprays and autoinjectors should now account for armor coverage properly,
+ and prevent injection on invalid targets (incl. robotic limbs).
+ WickedCybs:
+ - rscadd: Added crewneck and v-neck sweaters. Find them of course, in the sweaters
+ selection.
+ - tweak: Tweaked the arrangement of each sweater in the sweaters loadout selection.
+ The normal sweaters will be at the top of the list together, with the argyle
+ sweaters at the bottom together.
diff --git a/html/changelogs/geeves-catch_noise.yml b/html/changelogs/geeves-catch_noise.yml
deleted file mode 100644
index 2ad3a8ba92c..00000000000
--- a/html/changelogs/geeves-catch_noise.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Catching something will now longer deafen you with the item's dropsound, instead, it'll just smoothly play the pick-up sound."
\ No newline at end of file
diff --git a/html/changelogs/johnwildkins-hypofix.yml b/html/changelogs/johnwildkins-hypofix.yml
deleted file mode 100644
index b4a997652ed..00000000000
--- a/html/changelogs/johnwildkins-hypofix.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: JohnWildkins
-delete-after: True
-
-changes:
- - bugfix: "Hyposprays and autoinjectors should now account for armor coverage properly, and prevent injection on invalid targets (incl. robotic limbs)."
diff --git a/html/changelogs/wickedcybs_newshirt.yml b/html/changelogs/wickedcybs_newshirt.yml
deleted file mode 100644
index 47e5b6e36fa..00000000000
--- a/html/changelogs/wickedcybs_newshirt.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: WickedCybs
-
-delete-after: True
-
-changes:
- - rscadd: "Added crewneck and v-neck sweaters. Find them of course, in the sweaters selection."
- - tweak: "Tweaked the arrangement of each sweater in the sweaters loadout selection. The normal sweaters will be at the top of the list together, with the argyle sweaters at the bottom together."
\ No newline at end of file