diff --git a/html/changelog.html b/html/changelog.html
index 5287d85aa1a..584c7eb94fe 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,20 @@
-->
+
11 September 2018
+
Aurorablade updated:
+
+ - Adds a missing var to cult comms logging.
+
+
alex-gh updated:
+
+ - It is now possible to heal robotic limbs and IPCs through View Variables
+
+
variableundefined updated:
+
+ - pAI can no longer use name with special characters that cause their chat messages to disappear.
+
+
09 September 2018
AffectedArc07 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 1b698e35573..1bb76563db9 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -6953,3 +6953,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Mime forcewall now properly last for 30 seconds instead of 10.
- bugfix: The cancel button actually work properly when editing memory now.
- tweak: A wallet now shows a green card decal by default if there's a card inside.
+2018-09-11:
+ Aurorablade:
+ - bugfix: Adds a missing var to cult comms logging.
+ alex-gh:
+ - bugfix: It is now possible to heal robotic limbs and IPCs through View Variables
+ variableundefined:
+ - bugfix: pAI can no longer use name with special characters that cause their chat
+ messages to disappear.
diff --git a/html/changelogs/AutoChangeLog-pr-9518.yml b/html/changelogs/AutoChangeLog-pr-9518.yml
deleted file mode 100644
index 0be011afcc3..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9518.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Aurorablade"
-delete-after: True
-changes:
- - bugfix: "Adds a missing var to cult comms logging."
diff --git a/html/changelogs/AutoChangeLog-pr-9519.yml b/html/changelogs/AutoChangeLog-pr-9519.yml
deleted file mode 100644
index ed5ba3fbe28..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9519.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "alex-gh"
-delete-after: True
-changes:
- - bugfix: "It is now possible to heal robotic limbs and IPCs through View Variables"
diff --git a/html/changelogs/AutoChangeLog-pr-9520.yml b/html/changelogs/AutoChangeLog-pr-9520.yml
deleted file mode 100644
index 62a8f0b142d..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9520.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "variableundefined"
-delete-after: True
-changes:
- - bugfix: "pAI can no longer use name with special characters that cause their chat messages to disappear."