diff --git a/html/changelog.html b/html/changelog.html
index cdd4ef69c38e..692214655e42 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -58,6 +58,19 @@
-->
+
01 July 2022
+
Mqiib updated:
+
+ - Throw mode stays on when it's beneficial to keep it on and you catch something.
+ - Oh no martial arts buffs
+
+
Skrem7 updated:
+
+ - Claymores are now baseline bulky, cannot block projectiles
+ - Bone sword now huge, less block chance
+ - All claymores in ruins are now unique items in code, have updated description, also damage/blockchance nerfed
+
+
28 June 2022
JamieD1 updated:
@@ -2550,20 +2563,6 @@
- Added a pipebomb for your IRA roleplay needs.
-
- 01 April 2022
- Simplehorror updated:
-
- - Remove empty station trait announcements
-
- TheGamerdk updated:
-
- - AI cores should now update their icons correctly after coming online
-
- ynot01 updated:
-
- - Fixed uber-spam exploit
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 990e3bd63054..039720f34cb4 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -32387,3 +32387,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Research now requires Toxins/Robotics Access and now has Doors
redmoogle:
- bugfix: Hand drill now works as a screwdriver for surgery
+2022-07-01:
+ Mqiib:
+ - tweak: Throw mode stays on when it's beneficial to keep it on and you catch something.
+ - experiment: Oh no martial arts buffs
+ Skrem7:
+ - tweak: Claymores are now baseline bulky, cannot block projectiles
+ - tweak: Bone sword now huge, less block chance
+ - tweak: All claymores in ruins are now unique items in code, have updated description,
+ also damage/blockchance nerfed
diff --git a/html/changelogs/AutoChangelog-pr-14530.yml b/html/changelogs/AutoChangelog-pr-14530.yml
deleted file mode 100644
index 0b218f0bb87e..000000000000
--- a/html/changelogs/AutoChangelog-pr-14530.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "Skrem7"
-delete-after: true
-changes:
- - tweak: "Claymores are now baseline bulky, cannot block projectiles"
- - tweak: "Bone sword now huge, less block chance"
- - tweak: "All claymores in ruins are now unique items in code, have updated description, also damage/blockchance nerfed"
diff --git a/html/changelogs/AutoChangelog-pr-14588.yml b/html/changelogs/AutoChangelog-pr-14588.yml
deleted file mode 100644
index 1b4cc22cf137..000000000000
--- a/html/changelogs/AutoChangelog-pr-14588.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Mqiib"
-delete-after: true
-changes:
- - tweak: "Throw mode stays on when it's beneficial to keep it on and you catch something."
- - experiment: "Oh no martial arts buffs"