diff --git a/html/changelog.html b/html/changelog.html
index a031279a516..2f30b3a61c2 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -73,6 +73,10 @@
- Moves Icon Smoothing to a Subsystem.
+ Squirgenheimer updated:
+
+ - Explosive holoparasite booby traps will now behave better, such as correctly triggering on mobs
+
Triiodine updated:
- Skrell & Tajaran sechardsuit to paracode palette, from Bay12 palette.
@@ -86,6 +90,8 @@
- Improves the List free slots admin verb to show useful information.
- Cyborg hypospray's attack log message should no longer be reversed.
+ - How containers work is now standardized in the back-end. There might be unexpected or odd bugs with containers and reagent transfer, please report them.
+ - Minor refactor of revenant code.
20 October 2018
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 9ed825ec06e..678fe6bd67d 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -7611,6 +7611,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
station
Purpose:
- tweak: Moves Icon Smoothing to a Subsystem.
+ Squirgenheimer:
+ - bugfix: Explosive holoparasite booby traps will now behave better, such as correctly
+ triggering on mobs
Triiodine:
- tweak: Skrell & Tajaran sechardsuit to paracode palette, from Bay12 palette.
- rscdel: TG & BS12 sec-hardsuits in all dmis
@@ -7619,3 +7622,6 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
variableundefined:
- tweak: Improves the List free slots admin verb to show useful information.
- bugfix: Cyborg hypospray's attack log message should no longer be reversed.
+ - tweak: How containers work is now standardized in the back-end. There might be
+ unexpected or odd bugs with containers and reagent transfer, please report them.
+ - tweak: Minor refactor of revenant code.
diff --git a/html/changelogs/AutoChangeLog-pr-9538.yml b/html/changelogs/AutoChangeLog-pr-9538.yml
deleted file mode 100644
index ea466004eee..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9538.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "variableundefined"
-delete-after: True
-changes:
- - tweak: "How containers work is now standardized in the back-end. There might be unexpected or odd bugs with containers and reagent transfer, please report them."
diff --git a/html/changelogs/AutoChangeLog-pr-9837.yml b/html/changelogs/AutoChangeLog-pr-9837.yml
deleted file mode 100644
index 2925eaa4cbc..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9837.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "variableundefined"
-delete-after: True
-changes:
- - tweak: "Minor refactor of revenant code."
diff --git a/html/changelogs/AutoChangeLog-pr-9924.yml b/html/changelogs/AutoChangeLog-pr-9924.yml
deleted file mode 100644
index 19250259388..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9924.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Squirgenheimer"
-delete-after: True
-changes:
- - bugfix: "Explosive holoparasite booby traps will now behave better, such as correctly triggering on mobs"