diff --git a/html/changelogs/AutoChangeLog-pr-18297.yml b/html/changelogs/AutoChangeLog-pr-18297.yml
deleted file mode 100644
index 9259dead6a8..00000000000
--- a/html/changelogs/AutoChangeLog-pr-18297.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kashargul"
-delete-after: True
-changes:
- - refactor: "moves jobs, radio and access consts to defines"
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-18314.yml b/html/changelogs/AutoChangeLog-pr-18314.yml
deleted file mode 100644
index 5b8598ce967..00000000000
--- a/html/changelogs/AutoChangeLog-pr-18314.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Kashargul"
-delete-after: True
-changes:
- - qol: "bellies now have a display name option as their object names are unique"
- - qol: "alters some message handling with owner struggle messages"
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-18361.yml b/html/changelogs/AutoChangeLog-pr-18361.yml
deleted file mode 100644
index d6b71e8c164..00000000000
--- a/html/changelogs/AutoChangeLog-pr-18361.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-author: "Will"
-delete-after: True
-changes:
- - rscadd: "Bunsen burner, a table machine for simple distilling reactions in chemistry\nadd:chemical analyzer circuitboard"
- - balance: "chemical analyzer and smart centrifuge moved to their own techweb entry"
- - bugfix: "chemical analyzer can be properly deconstructed"
- - bugfix: "tin added to dexalin reaction as a possible inhibitor, to fix an issue in the chemical refinery"
- - bugfix: "reduce sodium distillation reaction no longer produces twice as much sodium as it should, it also does not require a specific atmosphere anymore"
- - bugfix: "vitals monitor techweb entry no longer accidentally overwritten by rtg techweb entry"
- - code_imp: "handle_reaction() properly returns true or false if the reaction was successful or not"
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-18372.yml b/html/changelogs/AutoChangeLog-pr-18372.yml
deleted file mode 100644
index 7f00d8f8e3c..00000000000
--- a/html/changelogs/AutoChangeLog-pr-18372.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "Tenryumi"
-delete-after: True
-changes:
- - maptweak: "(Stellar Delight) Fixed a missing scrubber pipe in the Engineering Workshop."
- - maptweak: "(Stellar Delight) Fixed a misshapen air distro pipe in exploration."
- - maptweak: "(Stellar Delight) Fixed exploration disposals' pipes spitting items out into each other."
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-18374.yml b/html/changelogs/AutoChangeLog-pr-18374.yml
deleted file mode 100644
index 285c867ffc7..00000000000
--- a/html/changelogs/AutoChangeLog-pr-18374.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kashargul"
-delete-after: True
-changes:
- - bugfix: "stating robot laws failing"
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-18376.yml b/html/changelogs/AutoChangeLog-pr-18376.yml
deleted file mode 100644
index 6996fe84ebc..00000000000
--- a/html/changelogs/AutoChangeLog-pr-18376.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kashargul"
-delete-after: True
-changes:
- - bugfix: "size netgun build path"
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-18382.yml b/html/changelogs/AutoChangeLog-pr-18382.yml
deleted file mode 100644
index cd75f3dca41..00000000000
--- a/html/changelogs/AutoChangeLog-pr-18382.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kashargul"
-delete-after: True
-changes:
- - bugfix: "program manager not properly reopening the main UI"
\ No newline at end of file
diff --git a/html/changelogs/archive/2025-08.yml b/html/changelogs/archive/2025-08.yml
index ca40aed11cf..8d45fedec59 100644
--- a/html/changelogs/archive/2025-08.yml
+++ b/html/changelogs/archive/2025-08.yml
@@ -632,3 +632,30 @@
- maptweak: Fixed an Underdark POI having no gravity on a specific row of tiles.
Zizzi:
- rscadd: Circuitry cloning.
+2025-08-31:
+ Kashargul:
+ - bugfix: program manager not properly reopening the main UI
+ - qol: bellies now have a display name option as their object names are unique
+ - qol: alters some message handling with owner struggle messages
+ - bugfix: stating robot laws failing
+ - refactor: moves jobs, radio and access consts to defines
+ - bugfix: size netgun build path
+ Tenryumi:
+ - maptweak: (Stellar Delight) Fixed a missing scrubber pipe in the Engineering Workshop.
+ - maptweak: (Stellar Delight) Fixed a misshapen air distro pipe in exploration.
+ - maptweak: (Stellar Delight) Fixed exploration disposals' pipes spitting items
+ out into each other.
+ Will:
+ - rscadd: 'Bunsen burner, a table machine for simple distilling reactions in chemistry
+
+ add:chemical analyzer circuitboard'
+ - balance: chemical analyzer and smart centrifuge moved to their own techweb entry
+ - bugfix: chemical analyzer can be properly deconstructed
+ - bugfix: tin added to dexalin reaction as a possible inhibitor, to fix an issue
+ in the chemical refinery
+ - bugfix: reduce sodium distillation reaction no longer produces twice as much sodium
+ as it should, it also does not require a specific atmosphere anymore
+ - bugfix: vitals monitor techweb entry no longer accidentally overwritten by rtg
+ techweb entry
+ - code_imp: handle_reaction() properly returns true or false if the reaction was
+ successful or not