diff --git a/html/changelog.html b/html/changelog.html
index afd2bbf7fb1..5d32f81ab22 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,17 @@
-->
+
21 January 2018
+
KasparoVy updated:
+
+ - Avoids wanton bloodshed by revising logic that checks for blood already in the splat zone.
+ - Adds a helper proc with which you can get a list of all atoms of a type at a given location.
+
+
Tayyyyyyy updated:
+
+ - Due to increasing amounts of spaghetti code in the cryptographic sequencer, emagging maintenance drones cripples their table pathfinding and removes their ability to pathfind under people's legs. Also, Nanotrasen has patched its drones to remove the hidden diamond drill module and rewritten its drone control code so that drones that don't call home and verify their programming after a certain amount of time are destroyed automatically.
+
+
20 January 2018
uraniummeltdown updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 23c3e4f4b0d..93f3d0a4361 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -5970,3 +5970,16 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
the wizard effects
- bugfix: Guardians phasing in/out will properly show a little animation
- tweak: The petting heart animation is smoother
+2018-01-21:
+ KasparoVy:
+ - bugfix: Avoids wanton bloodshed by revising logic that checks for blood already
+ in the splat zone.
+ - rscadd: Adds a helper proc with which you can get a list of all atoms of a type
+ at a given location.
+ Tayyyyyyy:
+ - tweak: Due to increasing amounts of spaghetti code in the cryptographic sequencer,
+ emagging maintenance drones cripples their table pathfinding and removes their
+ ability to pathfind under people's legs. Also, Nanotrasen has patched its drones
+ to remove the hidden diamond drill module and rewritten its drone control code
+ so that drones that don't call home and verify their programming after a certain
+ amount of time are destroyed automatically.
diff --git a/html/changelogs/AutoChangeLog-pr-8499.yml b/html/changelogs/AutoChangeLog-pr-8499.yml
deleted file mode 100644
index 4e1d88aeb7b..00000000000
--- a/html/changelogs/AutoChangeLog-pr-8499.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Tayyyyyyy"
-delete-after: True
-changes:
- - tweak: "Due to increasing amounts of spaghetti code in the cryptographic sequencer, emagging maintenance drones cripples their table pathfinding and removes their ability to pathfind under people's legs. Also, Nanotrasen has patched its drones to remove the hidden diamond drill module and rewritten its drone control code so that drones that don't call home and verify their programming after a certain amount of time are destroyed automatically."
diff --git a/html/changelogs/AutoChangeLog-pr-8535.yml b/html/changelogs/AutoChangeLog-pr-8535.yml
deleted file mode 100644
index 27545485b6b..00000000000
--- a/html/changelogs/AutoChangeLog-pr-8535.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "KasparoVy"
-delete-after: True
-changes:
- - bugfix: "Avoids wanton bloodshed by revising logic that checks for blood already in the splat zone."
- - rscadd: "Adds a helper proc with which you can get a list of all atoms of a type at a given location."