diff --git a/html/changelog.html b/html/changelog.html
index 7858048e71e..ee7982aaaac 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,20 @@
-->
+
04 June 2020
+
Geeves updated:
+
+ - The mechfab no longer has a useless null category that does nothing when clicked on.
+ - The exosuit category in the mechfab has now been split into body construction and equipment construction for ease of use.
+ - Radio, Diagnosis Unit, and Actuator construction has been added to the exosuit body category as well.
+ - Many RnD machineries have had their names changed to lowercase to match the style of the rest of the game.
+ - Newscasters now tend to always get your ID if it's in your ID slot, hand, or glove slot.
+
+
LocoTokyoFunBus updated:
+
+ - Replaced the old juicer.ogg file with a file of the same name.
+
+
03 June 2020
Geeves updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 34493c02159..4ed27099f7a 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -13450,3 +13450,17 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: RFDs no longer eat your ammo when you move away.
- bugfix: RFD-Cs construct airlocks cheaper and faster to be more in line with wall
deconstruction.
+2020-06-04:
+ Geeves:
+ - bugfix: The mechfab no longer has a useless null category that does nothing when
+ clicked on.
+ - rscadd: The exosuit category in the mechfab has now been split into body construction
+ and equipment construction for ease of use.
+ - rscadd: Radio, Diagnosis Unit, and Actuator construction has been added to the
+ exosuit body category as well.
+ - tweak: Many RnD machineries have had their names changed to lowercase to match
+ the style of the rest of the game.
+ - bugfix: Newscasters now tend to always get your ID if it's in your ID slot, hand,
+ or glove slot.
+ LocoTokyoFunBus:
+ - tweak: Replaced the old juicer.ogg file with a file of the same name.
diff --git a/html/changelogs/biogensounds.yml b/html/changelogs/biogensounds.yml
deleted file mode 100644
index e22a73d089d..00000000000
--- a/html/changelogs/biogensounds.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: LocoTokyoFunBus
-delete-after: true
-
-changes:
- - tweak: "Replaced the old juicer.ogg file with a file of the same name."
diff --git a/html/changelogs/geeves-newscaster_wristbound.yml b/html/changelogs/geeves-newscaster_wristbound.yml
deleted file mode 100644
index 24150f235f6..00000000000
--- a/html/changelogs/geeves-newscaster_wristbound.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Newscasters now tend to always get your ID if it's in your ID slot, hand, or glove slot."
\ No newline at end of file
diff --git a/html/changelogs/geeves-null_category.yml b/html/changelogs/geeves-null_category.yml
deleted file mode 100644
index 6d2f13ec01e..00000000000
--- a/html/changelogs/geeves-null_category.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "The mechfab no longer has a useless null category that does nothing when clicked on."
- - rscadd: "The exosuit category in the mechfab has now been split into body construction and equipment construction for ease of use."
- - rscadd: "Radio, Diagnosis Unit, and Actuator construction has been added to the exosuit body category as well."
- - tweak: "Many RnD machineries have had their names changed to lowercase to match the style of the rest of the game."
\ No newline at end of file