diff --git a/html/changelog.html b/html/changelog.html
index 1928dec8482..ad6c3c44371 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,21 @@
-->
+
16 September 2018
+
Shazbot updated:
+
+ - Adds in the ability to have multiple custom screens.
+ - Adds in Lumi's custom faces.
+
+
dandykong updated:
+
+ - Internal manipulation surgeries can now be performed on mouths after the head is augmented.
+
+
variableundefined updated:
+
+ - Contribution.md now properly state that changelog is mandated for all PR.
+
+
14 September 2018
Ty-Omaha updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index c75be7c6d60..7df746c3961 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -6964,3 +6964,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2018-09-14:
Ty-Omaha:
- bugfix: Fixes logic with obscure proc adjust_bodytemperature
+2018-09-16:
+ Shazbot:
+ - rscadd: Adds in the ability to have multiple custom screens.
+ - rscadd: Adds in Lumi's custom faces.
+ dandykong:
+ - bugfix: Internal manipulation surgeries can now be performed on mouths after the
+ head is augmented.
+ variableundefined:
+ - bugfix: Contribution.md now properly state that changelog is mandated for all
+ PR.
diff --git a/html/changelogs/AutoChangeLog-pr-9390.yml b/html/changelogs/AutoChangeLog-pr-9390.yml
deleted file mode 100644
index 143a0f85251..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9390.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Shazbot"
-delete-after: True
-changes:
- - rscadd: "Adds in the ability to have multiple custom screens."
- - rscadd: "Adds in Lumi's custom faces."
diff --git a/html/changelogs/AutoChangeLog-pr-9552.yml b/html/changelogs/AutoChangeLog-pr-9552.yml
deleted file mode 100644
index df0fc71f463..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9552.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "dandykong"
-delete-after: True
-changes:
- - bugfix: "Internal manipulation surgeries can now be performed on mouths after the head is augmented."
diff --git a/html/changelogs/AutoChangeLog-pr-9553.yml b/html/changelogs/AutoChangeLog-pr-9553.yml
deleted file mode 100644
index fdbb83db0a0..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9553.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "variableundefined"
-delete-after: True
-changes:
- - bugfix: "Contribution.md now properly state that changelog is mandated for all PR."