diff --git a/html/changelog.html b/html/changelog.html
index ac3c7d0409b..d3828b9f104 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,16 @@
-->
+
05 September 2018
+
variableundefined updated:
+
+ - Economy code has been slightly refactored. Report issues.
+ - EFTPOS no longer has a name.
+ - All date on transaction log should be in long form like "1 January, 2500 22:00:00".
+ - Negative number is represented by parentheses in transaction log, positive without (Opposite of before).
+ - There's a higher chance of winning $10 in the slot machine now.
+
+
04 September 2018
Flatty updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index b1204e540c7..f9b0298e580 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -6910,3 +6910,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
to database.
- tweak: IPC no longer displays their UI / SE in console. Same goes for other invalid
subjects. You also can't save their UI / SE anymore.
+2018-09-05:
+ variableundefined:
+ - bugfix: Economy code has been slightly refactored. Report issues.
+ - rscdel: EFTPOS no longer has a name.
+ - tweak: All date on transaction log should be in long form like "1 January, 2500
+ 22:00:00".
+ - tweak: Negative number is represented by parentheses in transaction log, positive
+ without (Opposite of before).
+ - tweak: There's a higher chance of winning $10 in the slot machine now.
diff --git a/html/changelogs/AutoChangeLog-pr-9255.yml b/html/changelogs/AutoChangeLog-pr-9255.yml
deleted file mode 100644
index 58def8cdb06..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9255.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: "variableundefined"
-delete-after: True
-changes:
- - bugfix: "Economy code has been slightly refactored. Report issues."
- - rscdel: "EFTPOS no longer has a name."
- - tweak: "All date on transaction log should be in long form like \"1 January, 2500 22:00:00\"."
- - tweak: "Negative number is represented by parentheses in transaction log, positive without (Opposite of before)."
- - tweak: "There's a higher chance of winning $10 in the slot machine now."