diff --git a/html/changelog.html b/html/changelog.html
index 78d0f7e129..076c9b6374 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,20 @@
-->
+
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.
+
+
02 July 2021
silicons updated:
@@ -600,12 +614,6 @@
- Box Surgery Storage camera is now renamed to be on the network
- Box Paramedic Station camera is now renamed to be on the network, and no longer steals the Morgue's cam tweak: Box Surgery Storage is now it's own proper room
-
-
01 May 2021
-
qweq12yt updated:
-
- - Restores the sprite for the Riot Suit.
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 5ce5f2a8be..403deb29d0 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -29609,3 +29609,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2021-07-02:
silicons:
- bugfix: spray bottles work again.
+2021-07-03:
+ DeltaFire15:
+ - bugfix: Turrets on nonlethal mode now once again shoot till the target is stamcrit
+ as opposed to unable to use items, resolving some issues.
+ Putnam3145:
+ - bugfix: A bunch of sleeping process() calls now either don't sleep or make sure
+ to call a proc with waitfor set to FALSE
+ WanderingFox95:
+ - bugfix: The axolotl ears in the .dmi file actually exist to the game now.
diff --git a/html/changelogs/AutoChangeLog-pr-14878.yml b/html/changelogs/AutoChangeLog-pr-14878.yml
deleted file mode 100644
index 8596f88601..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14878.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - bugfix: "A bunch of sleeping process() calls now either don't sleep or make sure to call a proc with waitfor set to FALSE"
diff --git a/html/changelogs/AutoChangeLog-pr-14906.yml b/html/changelogs/AutoChangeLog-pr-14906.yml
deleted file mode 100644
index 5ea7ac706e..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14906.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "WanderingFox95"
-delete-after: True
-changes:
- - bugfix: "The axolotl ears in the .dmi file actually exist to the game now."
diff --git a/html/changelogs/AutoChangeLog-pr-14909.yml b/html/changelogs/AutoChangeLog-pr-14909.yml
deleted file mode 100644
index 8f746ac946..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14909.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "DeltaFire15"
-delete-after: True
-changes:
- - bugfix: "Turrets on nonlethal mode now once again shoot till the target is stamcrit as opposed to unable to use items, resolving some issues."