diff --git a/html/changelog.html b/html/changelog.html
index f8fc2f8ca3..5aa56b1cfe 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,30 @@
-->
+
11 March 2021
+
Putnam3145 updated:
+
+ - Supernova event
+ - Bloodsucker day/night cycle now processes on a subsystem instead of using while and sleep (!!)
+ - A chaos-weighting system for secret
+
+
Sneakyrat updated:
+
+ - Fixes precise insertion ui(when it asks you how many sheets you want to put in the mat container) so you can actually choose how much to put in and it will still work if your stack is bigger than the remaining space
+ - Fixes precise insertion not working for remote mat containers
+ - Fixes Protolathe/mechfab insert material animations not working
+ - Fixes the material insertion animation for protolathes occurring on the circuit printer
+ - Fixes the material insertion animation not actually playing when it was started
+ - Fixes the material insertion animation for iron not being made
+ - Fixes the material insertion animation sometimes not picking the right material for sheets that have multiple different materials in them
+
+
necromanceranne updated:
+
+ - Properly segments all the augment sprites so that they correctly display.
+ - Properly labels the augment limb icon sprites.
+ - Fixes going over the defined limit of roundstart prosthetics
+
+
10 March 2021
Hatterhat updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 863b0129a3..1613073ede 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -28701,3 +28701,26 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: The femur breaker now actually breaks legs by applying a compound fracture.
Putnam3145:
- balance: uncapped TEG power, buffing high-temp TEGs
+2021-03-11:
+ Putnam3145:
+ - rscadd: Supernova event
+ - refactor: Bloodsucker day/night cycle now processes on a subsystem instead of
+ using while and sleep (!!)
+ - rscadd: A chaos-weighting system for secret
+ Sneakyrat:
+ - bugfix: Fixes precise insertion ui(when it asks you how many sheets you want to
+ put in the mat container) so you can actually choose how much to put in and
+ it will still work if your stack is bigger than the remaining space
+ - bugfix: Fixes precise insertion not working for remote mat containers
+ - bugfix: Fixes Protolathe/mechfab insert material animations not working
+ - bugfix: Fixes the material insertion animation for protolathes occurring on the
+ circuit printer
+ - bugfix: Fixes the material insertion animation not actually playing when it was
+ started
+ - bugfix: Fixes the material insertion animation for iron not being made
+ - bugfix: Fixes the material insertion animation sometimes not picking the right
+ material for sheets that have multiple different materials in them
+ necromanceranne:
+ - bugfix: Properly segments all the augment sprites so that they correctly display.
+ - bugfix: Properly labels the augment limb icon sprites.
+ - bugfix: Fixes going over the defined limit of roundstart prosthetics
diff --git a/html/changelogs/AutoChangeLog-pr-14306.yml b/html/changelogs/AutoChangeLog-pr-14306.yml
deleted file mode 100644
index 61151e1e45..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14306.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - rscadd: "Supernova event"
- - refactor: "Bloodsucker day/night cycle now processes on a subsystem instead of using while and sleep (!!)"
diff --git a/html/changelogs/AutoChangeLog-pr-14371.yml b/html/changelogs/AutoChangeLog-pr-14371.yml
deleted file mode 100644
index 78bb11d051..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14371.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-author: "Sneakyrat"
-delete-after: True
-changes:
- - bugfix: "Fixes precise insertion ui(when it asks you how many sheets you want to put in the mat container) so you can actually choose how much to put in and it will still work if your stack is bigger than the remaining space"
- - bugfix: "Fixes precise insertion not working for remote mat containers"
- - bugfix: "Fixes Protolathe/mechfab insert material animations not working"
- - bugfix: "Fixes the material insertion animation for protolathes occurring on the circuit printer"
- - bugfix: "Fixes the material insertion animation not actually playing when it was started"
- - bugfix: "Fixes the material insertion animation for iron not being made"
- - bugfix: "Fixes the material insertion animation sometimes not picking the right material for sheets that have multiple different materials in them"
diff --git a/html/changelogs/AutoChangeLog-pr-14376.yml b/html/changelogs/AutoChangeLog-pr-14376.yml
deleted file mode 100644
index 3d664b514e..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14376.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - rscadd: "A chaos-weighting system for secret"
diff --git a/html/changelogs/AutoChangeLog-pr-14379.yml b/html/changelogs/AutoChangeLog-pr-14379.yml
deleted file mode 100644
index 062af7faf8..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14379.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "necromanceranne"
-delete-after: True
-changes:
- - bugfix: "Fixes going over the defined limit of roundstart prosthetics"
diff --git a/html/changelogs/AutoChangeLog-pr-14380.yml b/html/changelogs/AutoChangeLog-pr-14380.yml
deleted file mode 100644
index 7b24a4ab2c..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14380.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "necromanceranne"
-delete-after: True
-changes:
- - bugfix: "Properly segments all the augment sprites so that they correctly display."
- - bugfix: "Properly labels the augment limb icon sprites."