diff --git a/html/changelogs/AutoChangeLog-pr-18063.yml b/html/changelogs/AutoChangeLog-pr-18063.yml
deleted file mode 100644
index 9d697035c9..0000000000
--- a/html/changelogs/AutoChangeLog-pr-18063.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Willburd"
-delete-after: True
-changes:
- - code_imp: "Removes sleep() in modular computer uis"
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-18066.yml b/html/changelogs/AutoChangeLog-pr-18066.yml
deleted file mode 100644
index 24aebe40d3..0000000000
--- a/html/changelogs/AutoChangeLog-pr-18066.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "WIll"
-delete-after: True
-changes:
- - rscadd: "Items that can be sold by cargo now state it at the end of their description"
- - rscadd: "Multiple stamped manifests can be sent in the same crate"
- - code_imp: "Moved cargo item selling code to an element"
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-18087.yml b/html/changelogs/AutoChangeLog-pr-18087.yml
deleted file mode 100644
index d385645e6c..0000000000
--- a/html/changelogs/AutoChangeLog-pr-18087.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Tenryumi"
-delete-after: True
-changes:
- - bugfix: "fixed circuit assemblies printing empty lines on examine."
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-18089.yml b/html/changelogs/AutoChangeLog-pr-18089.yml
deleted file mode 100644
index 6600ffdb01..0000000000
--- a/html/changelogs/AutoChangeLog-pr-18089.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Willburd"
-delete-after: True
-changes:
- - bugfix: "Dev disabled styles removed from randomized rolls."
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-18092.yml b/html/changelogs/AutoChangeLog-pr-18092.yml
deleted file mode 100644
index 22ac7334bb..0000000000
--- a/html/changelogs/AutoChangeLog-pr-18092.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Diana"
-delete-after: True
-changes:
- - rscadd: "Purple Robes in the loadout now has a teshari variant!"
- - rscadd: "Purple robes can now be unbuttoned!"
\ No newline at end of file
diff --git a/html/changelogs/archive/2025-07.yml b/html/changelogs/archive/2025-07.yml
index 600f08e9d7..e2c82c4e77 100644
--- a/html/changelogs/archive/2025-07.yml
+++ b/html/changelogs/archive/2025-07.yml
@@ -325,3 +325,16 @@
Willburd:
- bugfix: tiny memory leak on capture crystal animations
- code_imp: capture crystals use timers instead of sleeps to animate
+2025-07-29:
+ Diana:
+ - rscadd: Purple Robes in the loadout now has a teshari variant!
+ - rscadd: Purple robes can now be unbuttoned!
+ Tenryumi:
+ - bugfix: fixed circuit assemblies printing empty lines on examine.
+ WIll:
+ - rscadd: Items that can be sold by cargo now state it at the end of their description
+ - rscadd: Multiple stamped manifests can be sent in the same crate
+ - code_imp: Moved cargo item selling code to an element
+ Willburd:
+ - code_imp: Removes sleep() in modular computer uis
+ - bugfix: Dev disabled styles removed from randomized rolls.