diff --git a/html/changelog.html b/html/changelog.html
index 07c181b353d..7ed1db139c9 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -59,6 +59,7 @@
4dplanner updated:
- hierophant gives its medal before exploding
+ - removed the separated chemicals trait
Denton updated:
@@ -68,6 +69,8 @@
coiax updated:
- Observers are able to see family heirloom messages when examining objects.
+ - Objects and items can now be inserted into closets, like before.
+ - Fixes a bug which prevented carbons from throwing items.
17 January 2019
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 0cbce176992..c94773eecef 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -22569,8 +22569,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2019-01-18:
4dplanner:
- bugfix: hierophant gives its medal before exploding
+ - rscdel: removed the separated chemicals trait
Denton:
- bugfix: Thrown supermatter tongs now properly show a message.
- tweak: Improved various messages related to supermatter dusting.
coiax:
- tweak: Observers are able to see family heirloom messages when examining objects.
+ - bugfix: Objects and items can now be inserted into closets, like before.
+ - bugfix: Fixes a bug which prevented carbons from throwing items.
diff --git a/html/changelogs/AutoChangeLog-pr-42386.yml b/html/changelogs/AutoChangeLog-pr-42386.yml
deleted file mode 100644
index f41287c7851..00000000000
--- a/html/changelogs/AutoChangeLog-pr-42386.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "4dplanner"
-delete-after: True
-changes:
- - rscdel: "removed the separated chemicals trait"
diff --git a/html/changelogs/AutoChangeLog-pr-42407.yml b/html/changelogs/AutoChangeLog-pr-42407.yml
deleted file mode 100644
index e69505e188f..00000000000
--- a/html/changelogs/AutoChangeLog-pr-42407.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "coiax"
-delete-after: True
-changes:
- - bugfix: "Objects and items can now be inserted into closets, like before."
- - bugfix: "Fixes a bug which prevented carbons from throwing items."