diff --git a/html/changelog.html b/html/changelog.html
index cf256443305..0b6d589307b 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -60,10 +60,26 @@
- Reduced the volume of showers
+ Dax Dupont updated:
+
+ - Nanotrasen is happy to announce the pinnacle in plasma research! The Disco Inferno shuttle design is the result of decades of plasma research. Burn, baby, burn!
+
+ MrPerson & ninjanomnom updated:
+
+ - Completely changed how keyboard input is read.
+ - Holding two directions at the same time will now move you diagonally. This works with the arrow keys, wasd, and the numpad.
+ - Moving diagonally takes twice as long as moving a cardinal direction.
+ - You can use control to turn using wasd and the numpad instead of just the arrow keys.
+ - Some old non-hotkey mode behaviors, especially in relation to chatbox interaction, can't be kept with the new system. Of key note: You can't type while walking. This is due to limitations of byond and the work necessary to overcome it is better done as another overhaul allowing custom controls.
+
SpaceManiac updated:
- Energy values are now measured in joules. What was previously 1 unit is now 1 kJ.
+ Xhuis updated:
+
+ - Stethoscopes now inform the user if the target can be defibrillated; the user will hear a "faint, fluttery pulse."
+
04 December 2017
AnturK updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index f4edd12d8ce..7c1d5cdc4fc 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -14093,6 +14093,24 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2017-12-05:
Cyberboss:
- sounddel: Reduced the volume of showers
+ Dax Dupont:
+ - rscadd: Nanotrasen is happy to announce the pinnacle in plasma research! The Disco
+ Inferno shuttle design is the result of decades of plasma research. Burn, baby,
+ burn!
+ MrPerson & ninjanomnom:
+ - refactor: Completely changed how keyboard input is read.
+ - rscadd: Holding two directions at the same time will now move you diagonally.
+ This works with the arrow keys, wasd, and the numpad.
+ - tweak: Moving diagonally takes twice as long as moving a cardinal direction.
+ - bugfix: You can use control to turn using wasd and the numpad instead of just
+ the arrow keys.
+ - rscdel: 'Some old non-hotkey mode behaviors, especially in relation to chatbox
+ interaction, can''t be kept with the new system. Of key note: You can''t type
+ while walking. This is due to limitations of byond and the work necessary to
+ overcome it is better done as another overhaul allowing custom controls.'
SpaceManiac:
- spellcheck: Energy values are now measured in joules. What was previously 1 unit
is now 1 kJ.
+ Xhuis:
+ - tweak: Stethoscopes now inform the user if the target can be defibrillated; the
+ user will hear a "faint, fluttery pulse."
diff --git a/html/changelogs/AutoChangeLog-pr-32751.yml b/html/changelogs/AutoChangeLog-pr-32751.yml
deleted file mode 100644
index 11557c42d48..00000000000
--- a/html/changelogs/AutoChangeLog-pr-32751.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: "MrPerson & ninjanomnom"
-delete-after: True
-changes:
- - refactor: "Completely changed how keyboard input is read."
- - rscadd: "Holding two directions at the same time will now move you diagonally. This works with the arrow keys, wasd, and the numpad."
- - tweak: "Moving diagonally takes twice as long as moving a cardinal direction."
- - bugfix: "You can use control to turn using wasd and the numpad instead of just the arrow keys."
- - rscdel: "Some old non-hotkey mode behaviors, especially in relation to chatbox interaction, can't be kept with the new system. Of key note: You can't type while walking. This is due to limitations of byond and the work necessary to overcome it is better done as another overhaul allowing custom controls."
diff --git a/html/changelogs/AutoChangeLog-pr-33230.yml b/html/changelogs/AutoChangeLog-pr-33230.yml
deleted file mode 100644
index 6e4fe16805b..00000000000
--- a/html/changelogs/AutoChangeLog-pr-33230.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Dax Dupont"
-delete-after: True
-changes:
- - rscadd: "Nanotrasen is happy to announce the pinnacle in plasma research! The Disco Inferno shuttle design is the result of decades of plasma research. Burn, baby, burn!"
diff --git a/html/changelogs/AutoChangeLog-pr-33234.yml b/html/changelogs/AutoChangeLog-pr-33234.yml
deleted file mode 100644
index 8b39d4aa946..00000000000
--- a/html/changelogs/AutoChangeLog-pr-33234.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Xhuis"
-delete-after: True
-changes:
- - tweak: "Stethoscopes now inform the user if the target can be defibrillated; the user will hear a \"faint, fluttery pulse.\""