diff --git a/html/changelogs/AutoChangeLog-pr-61055.yml b/html/changelogs/AutoChangeLog-pr-61055.yml
deleted file mode 100644
index 1707b205418..00000000000
--- a/html/changelogs/AutoChangeLog-pr-61055.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "timothymtorres"
-delete-after: True
-changes:
- - bugfix: "Fixed wormhole jaunter to trigger when falling into a chasm"
- - bugfix: "Fixed wormhole jaunter to be affected by EMP"
diff --git a/html/changelogs/AutoChangeLog-pr-61081.yml b/html/changelogs/AutoChangeLog-pr-61081.yml
deleted file mode 100644
index 93008c39b40..00000000000
--- a/html/changelogs/AutoChangeLog-pr-61081.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "stylemistake"
-delete-after: True
-changes:
- - refactor: "Performance of core tgui components was improved (Button, Icon, Flex, Stack). UI should feel a tiny bit faster."
diff --git a/html/changelogs/AutoChangeLog-pr-61131.yml b/html/changelogs/AutoChangeLog-pr-61131.yml
deleted file mode 100644
index 97b6f50c4a2..00000000000
--- a/html/changelogs/AutoChangeLog-pr-61131.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Ghommie"
-delete-after: True
-changes:
- - bugfix: "Fixed a money generation exploit with the roulette machine."
diff --git a/html/changelogs/AutoChangeLog-pr-61207.yml b/html/changelogs/AutoChangeLog-pr-61207.yml
deleted file mode 100644
index 4cd5baccbf4..00000000000
--- a/html/changelogs/AutoChangeLog-pr-61207.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: "Ghommie"
-delete-after: True
-changes:
- - refactor: "Refactored batons and stunbatons code. Stunbatons are now a subtype of batons."
- - code_imp: "Removed some batons copypasta. All batons share the same anti-dual wielding abuse code now. Replaced some old anchored checks for teleprods with move_resist ones."
- - bugfix: "Fixed clumsy checks for teleprods stunning the user twice."
- - bugfix: "Fixed teleprods not teleporting living mobs that aren't xenos or humans."
- - balance: "TRAIT_STUNRESISTANCE now affects all batons and not just stun batons."
diff --git a/html/changelogs/AutoChangeLog-pr-61283.yml b/html/changelogs/AutoChangeLog-pr-61283.yml
deleted file mode 100644
index fbddce974f4..00000000000
--- a/html/changelogs/AutoChangeLog-pr-61283.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "ORCACommander"
-delete-after: True
-changes:
- - bugfix: "fixed as slew of failed to validate config setting errors"
- - rscdel: "Removed deprecated config flags"
- - server: "game_options.txt has been updated"
diff --git a/html/changelogs/AutoChangeLog-pr-61324.yml b/html/changelogs/AutoChangeLog-pr-61324.yml
deleted file mode 100644
index 5d34b54b8c6..00000000000
--- a/html/changelogs/AutoChangeLog-pr-61324.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "esainane"
-delete-after: True
-changes:
- - bugfix: "The tgui color helper now properly handles partially transparent values."
diff --git a/html/changelogs/archive/2021-09.yml b/html/changelogs/archive/2021-09.yml
index 3abbc232fa7..9f5fe81521e 100644
--- a/html/changelogs/archive/2021-09.yml
+++ b/html/changelogs/archive/2021-09.yml
@@ -312,3 +312,26 @@
tralezab:
- rscadd: You now store some events as mini stories in your head!
- rscadd: You can engrave said memories onto walls with a chisel!
+2021-09-10:
+ Ghommie:
+ - refactor: Refactored batons and stunbatons code. Stunbatons are now a subtype
+ of batons.
+ - code_imp: Removed some batons copypasta. All batons share the same anti-dual wielding
+ abuse code now. Replaced some old anchored checks for teleprods with move_resist
+ ones.
+ - bugfix: Fixed clumsy checks for teleprods stunning the user twice.
+ - bugfix: Fixed teleprods not teleporting living mobs that aren't xenos or humans.
+ - balance: TRAIT_STUNRESISTANCE now affects all batons and not just stun batons.
+ - bugfix: Fixed a money generation exploit with the roulette machine.
+ ORCACommander:
+ - bugfix: fixed as slew of failed to validate config setting errors
+ - rscdel: Removed deprecated config flags
+ - server: game_options.txt has been updated
+ esainane:
+ - bugfix: The tgui color helper now properly handles partially transparent values.
+ stylemistake:
+ - refactor: Performance of core tgui components was improved (Button, Icon, Flex,
+ Stack). UI should feel a tiny bit faster.
+ timothymtorres:
+ - bugfix: Fixed wormhole jaunter to trigger when falling into a chasm
+ - bugfix: Fixed wormhole jaunter to be affected by EMP