diff --git a/html/changelog.html b/html/changelog.html
index ce12ceec7be..9b4d1d8e268 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -55,6 +55,16 @@
-->
+
08 December 2016
+
Kyep updated:
+
+ - Ensures cryo pods will properly auto-eject people whose organic parts (limbs) have been healed, but who still have damaged mechanical limbs.
+ - Disabler shots no longer damage mechs.
+ - On impact, both taser and disabler shots now produce a message saying that the mech is undamaged by them, instead of a message saying they 'hit'.
+ - Fixed runtimes created when SIT, ERT, and some other mobs are spawned.
+ - Fixed a bug causing SITs to be spawned with one less person than desired in some cases.
+
+
07 December 2016
Markolie updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index a4290989c94..9ce1bbab711 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -3152,3 +3152,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
TullyBurnalot:
- bugfix: Unpowered Mining Vendors no longer accept IDs
- bugfix: Ore Redemption Machine and Mining Vendor can now be deconstructed if unpowered
+2016-12-08:
+ Kyep:
+ - bugfix: Ensures cryo pods will properly auto-eject people whose organic parts
+ (limbs) have been healed, but who still have damaged mechanical limbs.
+ - bugfix: Disabler shots no longer damage mechs.
+ - bugfix: On impact, both taser and disabler shots now produce a message saying
+ that the mech is undamaged by them, instead of a message saying they 'hit'.
+ - bugfix: Fixed runtimes created when SIT, ERT, and some other mobs are spawned.
+ - bugfix: Fixed a bug causing SITs to be spawned with one less person than desired
+ in some cases.
diff --git a/html/changelogs/AutoChangeLog-pr-5938.yml b/html/changelogs/AutoChangeLog-pr-5938.yml
deleted file mode 100644
index 82fff3a552d..00000000000
--- a/html/changelogs/AutoChangeLog-pr-5938.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - bugfix: Ensures cryo pods will properly auto-eject people whose organic parts (limbs) have been healed, but who still have damaged mechanical limbs.
- - bugfix: Disabler shots no longer damage mechs.
- - bugfix: On impact, both taser and disabler shots now produce a message saying that the mech is undamaged by them, instead of a message saying they 'hit'.
- - bugfix: Fixed runtimes created when SIT, ERT, and some other mobs are spawned.
- - bugfix: Fixed a bug causing SITs to be spawned with one less person than desired in some cases.