diff --git a/html/changelogs/AutoChangeLog-pr-17321.yml b/html/changelogs/AutoChangeLog-pr-17321.yml
deleted file mode 100644
index 2bf73db3ea..0000000000
--- a/html/changelogs/AutoChangeLog-pr-17321.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: "Diana"
-delete-after: True
-changes:
- - rscadd: "Artifacts now have a coinflip's chance of spawning active when unearthed (EXCLUDING gas artifacts)"
- - qol: "Artifacts are always visible at any depth now."
- - qol: "Artifacts no longer apply a Z wide spawn, it will only apply effects for those within a small range."
- - bugfix: "Artifacts that have a TOUCH EFFECT but not a TOUCH TRIGGER can now be ACTIVATED and you can have the effect happen to you by bumping into it, having it bump into you, or touching it without gloves"
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-17335.yml b/html/changelogs/AutoChangeLog-pr-17335.yml
deleted file mode 100644
index 6d5d6d55a4..0000000000
--- a/html/changelogs/AutoChangeLog-pr-17335.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "Diana"
-delete-after: True
-changes:
- - balance: "sec fed uniform no longer gives 50% melee armor. Gives same as Cyberpunk vest and also costs 2 points."
- - balance: "Fed uniforms now give resistances based on other common loadout items. (Ex: Hazard vest, labcoat)"
- - balance: "Hazard vests now give 20% rad resistance"
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-17341.yml b/html/changelogs/AutoChangeLog-pr-17341.yml
deleted file mode 100644
index 9dd30342fd..0000000000
--- a/html/changelogs/AutoChangeLog-pr-17341.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Ace"
-delete-after: True
-changes:
- - rscadd: "Lamias now have unique belly text!"
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-17366.yml b/html/changelogs/AutoChangeLog-pr-17366.yml
deleted file mode 100644
index 28a55a0f8b..0000000000
--- a/html/changelogs/AutoChangeLog-pr-17366.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kashargul"
-delete-after: True
-changes:
- - bugfix: "an exploit to detect invisible entities"
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-17369.yml b/html/changelogs/AutoChangeLog-pr-17369.yml
deleted file mode 100644
index c6a28d0345..0000000000
--- a/html/changelogs/AutoChangeLog-pr-17369.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: "Kash, Diana"
-delete-after: True
-changes:
- - bugfix: "some protean rig issues"
- - bugfix: "Your DNA will no longer randomly eat itself under certain circumstances"
- - bugfix: "Protean rigs no longer delete theirselves"
- - bugfix: "Protean rigs no longer delete clothing blocking their deployment"
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-17375.yml b/html/changelogs/AutoChangeLog-pr-17375.yml
deleted file mode 100644
index 212fefe967..0000000000
--- a/html/changelogs/AutoChangeLog-pr-17375.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "TeleTubby2"
-delete-after: True
-changes:
- - rscadd: "The belly visibility pref is now a client one, so you don't need to adjust it on a per-character basis anymore."
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-17376.yml b/html/changelogs/AutoChangeLog-pr-17376.yml
deleted file mode 100644
index 548578a303..0000000000
--- a/html/changelogs/AutoChangeLog-pr-17376.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kashargul"
-delete-after: True
-changes:
- - code_imp: "enables more grep checks"
\ No newline at end of file
diff --git a/html/changelogs/AutoChangeLog-pr-17377.yml b/html/changelogs/AutoChangeLog-pr-17377.yml
deleted file mode 100644
index 679f81ebe4..0000000000
--- a/html/changelogs/AutoChangeLog-pr-17377.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SatinIsle"
-delete-after: True
-changes:
- - bugfix: "Fixed personal space trait applying nothing and reactive biting applying both effects."
\ No newline at end of file
diff --git a/html/changelogs/archive/2025-03.yml b/html/changelogs/archive/2025-03.yml
index 9122369c66..42a00b2e0b 100644
--- a/html/changelogs/archive/2025-03.yml
+++ b/html/changelogs/archive/2025-03.yml
@@ -359,3 +359,34 @@
- rscadd: Added a personal space bubble trait that takes of priority over the biting
trait, which dodges all attempts at hugging, booping, patting, licking, sniffing
or hand shaking. This can also be toggled on and off.
+2025-03-19:
+ Ace:
+ - rscadd: Lamias now have unique belly text!
+ Diana:
+ - rscadd: Artifacts now have a coinflip's chance of spawning active when unearthed
+ (EXCLUDING gas artifacts)
+ - qol: Artifacts are always visible at any depth now.
+ - qol: Artifacts no longer apply a Z wide spawn, it will only apply effects for
+ those within a small range.
+ - bugfix: Artifacts that have a TOUCH EFFECT but not a TOUCH TRIGGER can now be
+ ACTIVATED and you can have the effect happen to you by bumping into it, having
+ it bump into you, or touching it without gloves
+ - balance: sec fed uniform no longer gives 50% melee armor. Gives same as Cyberpunk
+ vest and also costs 2 points.
+ - balance: 'Fed uniforms now give resistances based on other common loadout items.
+ (Ex: Hazard vest, labcoat)'
+ - balance: Hazard vests now give 20% rad resistance
+ Kash, Diana:
+ - bugfix: some protean rig issues
+ - bugfix: Your DNA will no longer randomly eat itself under certain circumstances
+ - bugfix: Protean rigs no longer delete theirselves
+ - bugfix: Protean rigs no longer delete clothing blocking their deployment
+ Kashargul:
+ - code_imp: enables more grep checks
+ - bugfix: an exploit to detect invisible entities
+ SatinIsle:
+ - bugfix: Fixed personal space trait applying nothing and reactive biting applying
+ both effects.
+ TeleTubby2:
+ - rscadd: The belly visibility pref is now a client one, so you don't need to adjust
+ it on a per-character basis anymore.