diff --git a/html/changelogs/AutoChangeLog-pr-19250.yml b/html/changelogs/AutoChangeLog-pr-19250.yml
deleted file mode 100644
index d1bb7373c3e..00000000000
--- a/html/changelogs/AutoChangeLog-pr-19250.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-author: "Diana, Kash."
-delete-after: True
-changes:
- - qol: "The fryer now tells you how much oil is remaining in it."
- - qol: "The fryer now alerts you if the fryer is underfilled or overfilled on oil"
- - qol: "Tankers can now be attached to the fryer to fill it."
- - bugfix: "Fryer works properly and adds oil to food"
- - bugfix: "Fryer and trays no longer show 'phantom items' overlay."
- - bugfix: "You can now insert oil into the fryer with any reagent container."
- - code_imp: "Recipes are now a global list instead of a per-item list"
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-19265.yml b/html/changelogs/AutoChangeLog-pr-19265.yml
deleted file mode 100644
index 0bce9ccfca0..00000000000
--- a/html/changelogs/AutoChangeLog-pr-19265.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: "Diana"
-delete-after: True
-changes:
- - bugfix: "Infectious component no longer potentially crashes the game."
- - code_imp: "Implements but does not enable the Germ component. (Things left on the ground will become dirty, ultimately making you ill)"
- - code_imp: "Robust Gut also applies the strong stomach trait, making you immune to eaten germs."
- - code_imp: "Implements a list of 'elevated structures'. Any /machinery or /structure counts for this. Germs will not accumulate while on them."
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-19406.yml b/html/changelogs/AutoChangeLog-pr-19406.yml
deleted file mode 100644
index 2adc3797091..00000000000
--- a/html/changelogs/AutoChangeLog-pr-19406.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Will"
-delete-after: True
-changes:
- - bugfix: "Drawing blood with syringes and IV stands works properly again."
\ No newline at end of file
diff --git a/html/changelogs/archive/2026-04.yml b/html/changelogs/archive/2026-04.yml
index 6c623d4915e..61d30d32914 100644
--- a/html/changelogs/archive/2026-04.yml
+++ b/html/changelogs/archive/2026-04.yml
@@ -88,3 +88,22 @@
- rscadd: borgs can now use unpacked hoist kits
- refactor: General improvements to hoist kits
- rscadd: TTS device now shows a typing indicator while in use.
+2026-04-13:
+ Diana:
+ - bugfix: Infectious component no longer potentially crashes the game.
+ - code_imp: Implements but does not enable the Germ component. (Things left on the
+ ground will become dirty, ultimately making you ill)
+ - code_imp: Robust Gut also applies the strong stomach trait, making you immune
+ to eaten germs.
+ - code_imp: Implements a list of 'elevated structures'. Any /machinery or /structure
+ counts for this. Germs will not accumulate while on them.
+ Diana, Kash.:
+ - qol: The fryer now tells you how much oil is remaining in it.
+ - qol: The fryer now alerts you if the fryer is underfilled or overfilled on oil
+ - qol: Tankers can now be attached to the fryer to fill it.
+ - bugfix: Fryer works properly and adds oil to food
+ - bugfix: Fryer and trays no longer show 'phantom items' overlay.
+ - bugfix: You can now insert oil into the fryer with any reagent container.
+ - code_imp: Recipes are now a global list instead of a per-item list
+ Will:
+ - bugfix: Drawing blood with syringes and IV stands works properly again.