diff --git a/html/changelog.html b/html/changelog.html
index 96b2205b83a..8aa5f7cdc6c 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,20 @@
-->
+
28 March 2018
+
Birdtalon updated:
+
+ - Enforces size limits for placing items inside slicable food
+
+
Fox McCloud updated:
+
+ - Nano UI will update a bit faster
+
+
MarsM0nd updated:
+
+ - Record printouts now automatically get labled with the name of the person.
+
+
25 March 2018
Alffd updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 52923f02e61..b3678b32ddc 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -6193,3 +6193,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Alffd:
- rscadd: Logic checks to lessen death from flying objects due to atmospheric breaches.
- rscdel: Removes atmospheric stunning while thrown.
+2018-03-28:
+ Birdtalon:
+ - bugfix: Enforces size limits for placing items inside slicable food
+ Fox McCloud:
+ - tweak: Nano UI will update a bit faster
+ MarsM0nd:
+ - rscadd: Record printouts now automatically get labled with the name of the person.
diff --git a/html/changelogs/AutoChangeLog-pr-8809.yml b/html/changelogs/AutoChangeLog-pr-8809.yml
deleted file mode 100644
index 5e66fe99b62..00000000000
--- a/html/changelogs/AutoChangeLog-pr-8809.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "MarsM0nd"
-delete-after: True
-changes:
- - rscadd: "Record printouts now automatically get labled with the name of the person."
diff --git a/html/changelogs/AutoChangeLog-pr-8818.yml b/html/changelogs/AutoChangeLog-pr-8818.yml
deleted file mode 100644
index 99dacf307c2..00000000000
--- a/html/changelogs/AutoChangeLog-pr-8818.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Birdtalon"
-delete-after: True
-changes:
- - bugfix: "Enforces size limits for placing items inside slicable food"
diff --git a/html/changelogs/AutoChangeLog-pr-8820.yml b/html/changelogs/AutoChangeLog-pr-8820.yml
deleted file mode 100644
index 9e59c530af6..00000000000
--- a/html/changelogs/AutoChangeLog-pr-8820.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Fox McCloud"
-delete-after: True
-changes:
- - tweak: "Nano UI will update a bit faster"