diff --git a/html/changelog.html b/html/changelog.html
index 0ab34ba1c38..d62c9aae8c7 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,9 +36,17 @@
01 September 2020
+
Geeves updated:
+
+ - Implements Crystal Agitators, machines that agitate asteroid turf to form chemical crystals. Check the communal out.
+ - You can now dump the contents of a storage item into a disposal bin, by clicking on it on any intent other than harm. Doing so on harm will place the storage item in too.
+
Hocka updated:
- Windoors can no longer be obnoxiously spammed to open them.
+ - Fixed the compressed matter implanter trying to scan it's own implant when trying to put it back in.
+ - Items that were canned by a compressed matter implanter can now be returned by activating the implanter in hand and using a screwdriver on the implant.
+ - The compressed matter implant listing on the uplink now has a more accurate description for retrieving scanned items.
Sparky_Hotdog updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 6f5306a6644..775d6b042f8 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -15214,8 +15214,20 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Added Europan, Deep Frontier, and Earther accents. Descriptions done by
Schwann.
2020-09-01:
+ Geeves:
+ - rscadd: Implements Crystal Agitators, machines that agitate asteroid turf to form
+ chemical crystals. Check the communal out.
+ - tweak: You can now dump the contents of a storage item into a disposal bin, by
+ clicking on it on any intent other than harm. Doing so on harm will place the
+ storage item in too.
Hocka:
- bugfix: Windoors can no longer be obnoxiously spammed to open them.
+ - bugfix: Fixed the compressed matter implanter trying to scan it's own implant
+ when trying to put it back in.
+ - tweak: Items that were canned by a compressed matter implanter can now be returned
+ by activating the implanter in hand and using a screwdriver on the implant.
+ - tweak: The compressed matter implant listing on the uplink now has a more accurate
+ description for retrieving scanned items.
Sparky_Hotdog:
- bugfix: All medical and security HUDs now display records on examining.
The Stryker:
diff --git a/html/changelogs/geeves-phoron_agitator.yml b/html/changelogs/geeves-phoron_agitator.yml
deleted file mode 100644
index 72303c1eb1a..00000000000
--- a/html/changelogs/geeves-phoron_agitator.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Implements Crystal Agitators, machines that agitate asteroid turf to form chemical crystals. Check the communal out."
- - tweak: "You can now dump the contents of a storage item into a disposal bin, by clicking on it on any intent other than harm. Doing so on harm will place the storage item in too."
\ No newline at end of file
diff --git a/html/changelogs/hockaa-matterimplant.yml b/html/changelogs/hockaa-matterimplant.yml
deleted file mode 100644
index 3baf0e0f953..00000000000
--- a/html/changelogs/hockaa-matterimplant.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Hocka
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed the compressed matter implanter trying to scan it's own implant when trying to put it back in."
- - tweak: "Items that were canned by a compressed matter implanter can now be returned by activating the implanter in hand and using a screwdriver on the implant."
- - tweak: "The compressed matter implant listing on the uplink now has a more accurate description for retrieving scanned items."
\ No newline at end of file