diff --git a/html/changelog.html b/html/changelog.html
index f5ea6285f1..2e3c11748e 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,25 @@
-->
+
04 September 2021
+
Putnam3145 updated:
+
+ - Might've fixed some ghost sprite oddities nobody even knew about
+
+
WanderingFox95 updated:
+
+ - Lavaland architects don't screw up so badly anymore and do in fact not somehow leave holes through the planet surface all the way into space under their bookshelves.
+ - Snow was removed from Lavaland Ruins.
+
+
keronshb updated:
+
+ - Fixes entering an occupied VR sleeper bug
+
+
timothyteakettle updated:
+
+ - makes the arm/leg markings for synthetic lizards appear as an option again
+
+
03 September 2021
timothyteakettle updated:
@@ -439,20 +458,6 @@
- Updated server scripts for proper linux support
-
- 03 July 2021
- DeltaFire15 updated:
-
- - Turrets on nonlethal mode now once again shoot till the target is stamcrit as opposed to unable to use items, resolving some issues.
-
- Putnam3145 updated:
-
- - A bunch of sleeping process() calls now either don't sleep or make sure to call a proc with waitfor set to FALSE
-
- WanderingFox95 updated:
-
- - The axolotl ears in the .dmi file actually exist to the game now.
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index bd62e1fcb0..10650233ab 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -29888,3 +29888,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2021-09-03:
timothyteakettle:
- bugfix: fixes losing your additional language upon changing species
+2021-09-04:
+ Putnam3145:
+ - bugfix: Might've fixed some ghost sprite oddities nobody even knew about
+ WanderingFox95:
+ - bugfix: Lavaland architects don't screw up so badly anymore and do in fact not
+ somehow leave holes through the planet surface all the way into space under
+ their bookshelves.
+ - bugfix: Snow was removed from Lavaland Ruins.
+ keronshb:
+ - bugfix: Fixes entering an occupied VR sleeper bug
+ timothyteakettle:
+ - bugfix: makes the arm/leg markings for synthetic lizards appear as an option again
diff --git a/html/changelogs/AutoChangeLog-pr-15049.yml b/html/changelogs/AutoChangeLog-pr-15049.yml
deleted file mode 100644
index 994db4c73a..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15049.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "keronshb"
-delete-after: True
-changes:
- - bugfix: "Fixes entering an occupied VR sleeper bug"
diff --git a/html/changelogs/AutoChangeLog-pr-15067.yml b/html/changelogs/AutoChangeLog-pr-15067.yml
deleted file mode 100644
index 03fb832b73..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15067.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "timothyteakettle"
-delete-after: True
-changes:
- - bugfix: "makes the arm/leg markings for synthetic lizards appear as an option again"
diff --git a/html/changelogs/AutoChangeLog-pr-15068.yml b/html/changelogs/AutoChangeLog-pr-15068.yml
deleted file mode 100644
index ffe0b3722a..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15068.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "WanderingFox95"
-delete-after: True
-changes:
- - bugfix: "Lavaland architects don't screw up so badly anymore and do in fact not somehow leave holes through the planet surface all the way into space under their bookshelves."
- - bugfix: "Snow was removed from Lavaland Ruins."
diff --git a/html/changelogs/AutoChangeLog-pr-15072.yml b/html/changelogs/AutoChangeLog-pr-15072.yml
deleted file mode 100644
index 8886aa2e96..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15072.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - bugfix: "Might've fixed some ghost sprite oddities nobody even knew about"