diff --git a/html/changelogs/AutoChangeLog-pr-19270.yml b/html/changelogs/AutoChangeLog-pr-19270.yml
deleted file mode 100644
index cd810fe58e9..00000000000
--- a/html/changelogs/AutoChangeLog-pr-19270.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: "Diana"
-delete-after: True
-changes:
- - rscadd: "Screwdriver (The Drink) stops radiation effects while it is in your system."
- - rscadd: "Uranium walls, doors, and coins now emit slight amounts of radiation."
- - qol: "Radiation protective items now have a tag upon examine that informs of their radiation protective status."
- - refactor: "Massively improves radiation performance by moving to pulses instead of 1000s of deleted radiation_sources a second."
- - code_imp: "Radiation reworked. Please report on Discord or Github if power generation feels too low from radioactive (SM) sources."
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-19319.yml b/html/changelogs/AutoChangeLog-pr-19319.yml
deleted file mode 100644
index bb4f00642ed..00000000000
--- a/html/changelogs/AutoChangeLog-pr-19319.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Will"
-delete-after: True
-changes:
- - bugfix: "Autolathe efficiency and speed upgrades corrected to virgo expected numbers"
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-19324.yml b/html/changelogs/AutoChangeLog-pr-19324.yml
deleted file mode 100644
index c7a10240ccb..00000000000
--- a/html/changelogs/AutoChangeLog-pr-19324.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Will"
-delete-after: True
-changes:
- - bugfix: "Adds missing cable coils in autolathe."
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-19334.yml b/html/changelogs/AutoChangeLog-pr-19334.yml
deleted file mode 100644
index a99f65636a8..00000000000
--- a/html/changelogs/AutoChangeLog-pr-19334.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Diana"
-delete-after: True
-changes:
- - bugfix: "SM now gives radiation off while idle/unpowered"
\ No newline at end of file
diff --git a/html/changelogs/archive/2026-03.yml b/html/changelogs/archive/2026-03.yml
index bbf0747b32f..f6384cfbb95 100644
--- a/html/changelogs/archive/2026-03.yml
+++ b/html/changelogs/archive/2026-03.yml
@@ -325,3 +325,17 @@
- bugfix: single item mat cost tooltip
Nova:
- refactor: Refactored species, organ_data, and rlimb_data
+2026-03-23:
+ Diana:
+ - bugfix: SM now gives radiation off while idle/unpowered
+ - rscadd: Screwdriver (The Drink) stops radiation effects while it is in your system.
+ - rscadd: Uranium walls, doors, and coins now emit slight amounts of radiation.
+ - qol: Radiation protective items now have a tag upon examine that informs of their
+ radiation protective status.
+ - refactor: Massively improves radiation performance by moving to pulses instead
+ of 1000s of deleted radiation_sources a second.
+ - code_imp: Radiation reworked. Please report on Discord or Github if power generation
+ feels too low from radioactive (SM) sources.
+ Will:
+ - bugfix: Adds missing cable coils in autolathe.
+ - bugfix: Autolathe efficiency and speed upgrades corrected to virgo expected numbers