diff --git a/html/changelog.html b/html/changelog.html
index 551751dc447..51db3f7be6b 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,11 @@
-->
10 February 2017
+
Fox McCloud updated:
+
+ - Fixes not being able to bloodcrawl in most sources of blood
+ - Fixes slaughter demon whisper not working at all
+
Markolie updated:
- Firelocks can now be constructed and deconstructed.
@@ -69,6 +74,8 @@
- Pads do not need to be linked in pairs: Pad A can lead to Pad B which can lead to pad C.
- Upgrading a Quantum Pad will reduce the cooldown, charge-up time, and power consumption.
- Quantum Pads require a bluespace crystal, a micro manipulator, a capacitor and a cable piece.
+ - Events now scale better with population.
+ - Enabled immovable rod, slaughter demon and morph events.
08 February 2017
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 6c2ea070652..b1d78775d45 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -3582,6 +3582,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Fox McCloud:
- bugfix: Grinding wheat and other products produces the proper reagents again
2017-02-10:
+ Fox McCloud:
+ - bugfix: Fixes not being able to bloodcrawl in most sources of blood
+ - bugfix: Fixes slaughter demon whisper not working at all
Markolie:
- rscadd: Firelocks can now be constructed and deconstructed.
- tweak: Firelocks no longer show a confirmation message when being opened.
@@ -3598,3 +3601,5 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
power consumption.
- rscadd: Quantum Pads require a bluespace crystal, a micro manipulator, a capacitor
and a cable piece.
+ - tweak: Events now scale better with population.
+ - tweak: Enabled immovable rod, slaughter demon and morph events.
diff --git a/html/changelogs/AutoChangeLog-pr-6233.yml b/html/changelogs/AutoChangeLog-pr-6233.yml
deleted file mode 100644
index 6f9f32353f7..00000000000
--- a/html/changelogs/AutoChangeLog-pr-6233.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "uraniummeltdown"
-delete-after: True
-changes:
- - tweak: "Events now scale better with population."
- - tweak: "Enabled immovable rod, slaughter demon and morph events."
diff --git a/html/changelogs/AutoChangeLog-pr-6381.yml b/html/changelogs/AutoChangeLog-pr-6381.yml
deleted file mode 100644
index 61eb067e055..00000000000
--- a/html/changelogs/AutoChangeLog-pr-6381.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Fox McCloud"
-delete-after: True
-changes:
- - bugfix: "Fixes not being able to bloodcrawl in most sources of blood"
- - bugfix: "Fixes slaughter demon whisper not working at all"