diff --git a/html/changelog.html b/html/changelog.html
index 8c66e0f34f..76bd0f9e7a 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,22 @@
-->
+
11 September 2021
+
Putnam3145 updated:
+
+
SandPoot updated:
+
+ - Cyborg grippers now have a preview of the item you are holding. tweak: Cyborg grippers no longer drop using alt-click, instead, you try to drop the gripper to drop the item, and then you can drop the gripper. tweak: You can now use the "Pick up" verb on the right click menu to take items with a cyborg gripper.
+ - You should be able to access the interface of airlock electronics once again as a borg.
+ - Reworks a lot of stuff that was being used on the grippers.
+
+
timothyteakettle updated:
+
+ - arachnid legs now show up properly
+
+
10 September 2021
BlueWildrose updated:
@@ -503,19 +519,6 @@
- replaces the seed machine with a biogen in the survival pod.
- corrected an issue regarding wrong pair of gloves in the pod for DYI wiring .
-
-
10 July 2021
-
SandPoot updated:
-
- - Re-adds janitor module garbage processor.
- - Borgs shouldn't be lacking belly sprites, when holding something inside.
- - Borg sleepers use better code.
-
-
WanderingFox95 updated:
-
- - Returns the wheelchair sprites to having, you know, wheels?
- - A motorized wheelchair addsound: Chairwhoosh.
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 367cf084f8..193ab49fa2 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -30600,3 +30600,17 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- imageadd: The cyborg toolset is now all new and improved, with a new coat of paint!
- imageadd: Updates pride hammer sprites!
- imageadd: Replaced old Mjolnir sprites with new Mjolnir sprites.
+2021-09-11:
+ Putnam3145:
+ - bugfix: Removed some crashes
+ SandPoot:
+ - rscadd: 'Cyborg grippers now have a preview of the item you are holding. tweak:
+ Cyborg grippers no longer drop using alt-click, instead, you try to drop the
+ gripper to drop the item, and then you can drop the gripper. tweak: You can
+ now use the "Pick up" verb on the right click menu to take items with a cyborg
+ gripper.'
+ - bugfix: You should be able to access the interface of airlock electronics once
+ again as a borg.
+ - refactor: Reworks a lot of stuff that was being used on the grippers.
+ timothyteakettle:
+ - bugfix: arachnid legs now show up properly
diff --git a/html/changelogs/AutoChangeLog-pr-15103.yml b/html/changelogs/AutoChangeLog-pr-15103.yml
deleted file mode 100644
index b187336c91..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15103.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: "SandPoot"
-delete-after: True
-changes:
- - rscadd: "Cyborg grippers now have a preview of the item you are holding.
-tweak: Cyborg grippers no longer drop using alt-click, instead, you try to drop the gripper to drop the item, and then you can drop the gripper.
-tweak: You can now use the \"Pick up\" verb on the right click menu to take items with a cyborg gripper."
- - bugfix: "You should be able to access the interface of airlock electronics once again as a borg."
- - refactor: "Reworks a lot of stuff that was being used on the grippers."
diff --git a/html/changelogs/AutoChangeLog-pr-15110.yml b/html/changelogs/AutoChangeLog-pr-15110.yml
deleted file mode 100644
index c519dc4248..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15110.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "timothyteakettle"
-delete-after: True
-changes:
- - bugfix: "arachnid legs now show up properly"
diff --git a/html/changelogs/AutoChangeLog-pr-15111.yml b/html/changelogs/AutoChangeLog-pr-15111.yml
deleted file mode 100644
index 117e152e5c..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15111.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - bugfix: "Removed some crashes"