diff --git a/html/changelog.html b/html/changelog.html
index 4332a0644bb..c7a6f4709d1 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -71,6 +71,10 @@
Examining airlocks displays the proper icon now
Holopads don't work when unanchored any more.
+ Purpose updated:
+
+ - Fixes a few broken tiles in maintenance, by breaking those tiles properly.
+
Ty-Omaha updated:
- Fixes PAIs
@@ -80,6 +84,11 @@
- added Grey sprite for psysuit, made by dumbdumb
+ tigercat2000 updated:
+
+ - Hovering over an inventory slot now shows an indicator for if that item can go in that slot or not. Pretty!
+ - SSOverlays has been added, but not implemented!
+
09 October 2018
Alonefromhell updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index d35eabbaf68..59761cbe975 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -7405,8 +7405,14 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
you it was emagged twice.
- bugfix: Examining airlocks displays the proper icon now
- bugfix: Holopads don't work when unanchored any more.
+ Purpose:
+ - bugfix: Fixes a few broken tiles in maintenance, by breaking those tiles properly.
Ty-Omaha:
- bugfix: Fixes PAIs
- bugfix: Ambulances work again
Warior4356:
- imageadd: added Grey sprite for psysuit, made by dumbdumb
+ tigercat2000:
+ - rscadd: Hovering over an inventory slot now shows an indicator for if that item
+ can go in that slot or not. Pretty!
+ - wip: SSOverlays has been added, but not implemented!
diff --git a/html/changelogs/AutoChangeLog-pr-9776.yml b/html/changelogs/AutoChangeLog-pr-9776.yml
deleted file mode 100644
index 4dd219cfa05..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9776.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "tigercat2000"
-delete-after: True
-changes:
- - rscadd: "Hovering over an inventory slot now shows an indicator for if that item can go in that slot or not. Pretty!"
- - wip: "SSOverlays has been added, but not implemented!"
diff --git a/html/changelogs/AutoChangeLog-pr-9790.yml b/html/changelogs/AutoChangeLog-pr-9790.yml
deleted file mode 100644
index d972804fda8..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9790.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Purpose"
-delete-after: True
-changes:
- - bugfix: "Fixes a few broken tiles in maintenance, by breaking those tiles properly."