diff --git a/html/changelog.html b/html/changelog.html
index 25305a51e79..df4b0981066 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -55,6 +55,19 @@
-->
+
23 December 2016
+
Crazylemon64 updated:
+
+ - Welding overlays now update instantly
+ - Being inside various structures will now obscure your vision
+
+
KasparoVy updated:
+
+ - Characters will now be correctly assigned their species' genetic quirks at spawn.
+ - Cloning will now correctly assign a characters species' genetic quirks.
+ - Changing a character's species (via C.M.A. or whatever might call the set_species proc) will now correctly assign their species' genetic quirks.
+
+
20 December 2016
TullyBurnalot updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 6640d1a62b6..ad60276d04f 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -3188,3 +3188,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
TullyBurnalot:
- bugfix: Neurotoxin Spit now causes the spitter to move in space
- bugfix: Proximity Wet Floor Sign Mines can no longer appear in Surplus Crates
+2016-12-23:
+ Crazylemon64:
+ - tweak: Welding overlays now update instantly
+ - tweak: Being inside various structures will now obscure your vision
+ KasparoVy:
+ - bugfix: Characters will now be correctly assigned their species' genetic quirks
+ at spawn.
+ - bugfix: Cloning will now correctly assign a characters species' genetic quirks.
+ - bugfix: Changing a character's species (via C.M.A. or whatever might call the
+ set_species proc) will now correctly assign their species' genetic quirks.
diff --git a/html/changelogs/AutoChangeLog-pr-5840.yml b/html/changelogs/AutoChangeLog-pr-5840.yml
deleted file mode 100644
index 450e271a931..00000000000
--- a/html/changelogs/AutoChangeLog-pr-5840.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Crazylemon64"
-delete-after: True
-changes:
- - tweak: "Welding overlays now update instantly"
- - tweak: "Being inside various structures will now obscure your vision"
diff --git a/html/changelogs/AutoChangeLog-pr-5962.yml b/html/changelogs/AutoChangeLog-pr-5962.yml
deleted file mode 100644
index 211986323ef..00000000000
--- a/html/changelogs/AutoChangeLog-pr-5962.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "KasparoVy"
-delete-after: True
-changes:
- - bugfix: "Characters will now be correctly assigned their species' genetic quirks at spawn."
- - bugfix: "Cloning will now correctly assign a characters species' genetic quirks."
- - bugfix: "Changing a character's species (via C.M.A. or whatever might call the set_species proc) will now correctly assign their species' genetic quirks."