diff --git a/html/changelog.html b/html/changelog.html
index 37c2bca9ea5..b78c61e2872 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -55,6 +55,28 @@
-->
+
24 February 2017
+
Kyep updated:
+
+ - Fixes blob spawns prompting players twice.
+
+
Markolie updated:
+
+ - Mining pod weapons are once again functional. Compared to regular kinetic accelerators, the weak projectile has one additional range (3 --> 4). The regular projectile's damage is increased (40 --> 50) and deals more damage in pressurized environments (50% instead of 25%). The enhanced projectile is able to fire its kinetic projectile AoE against turfs and mobs.
+ - Fixed an issue where it was impossible to log out from fax machines.
+ - It is no longer possible to steal ID cards from identification computers/fax machine using telekinesis at range.
+ - The follow link on death alarms now works.
+ - Fixes an exploit where players could use the ambulance trolley to teleport.
+ - The chef now properly shows a chef hat on character preview.
+ - The nuclear ops game mode will no longer always result in a major crew victory.
+ - Players with their face covered will no longer show their flavor text upon examine.
+ - Fax machines now have an "Eject ID card" verb so you can remove the inserted ID when it is depowered.
+
+
Purpose2 updated:
+
+ - Captain's crown is now part of the random hats crate, and no longer spawns in their locker.
+
+
23 February 2017
Krausus updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 101851cdd62..821b243c1bc 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -3834,3 +3834,27 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Markolie:
- tweak: The meteor shield satellite station goal coverage goal has been increased
tenfold.
+2017-02-24:
+ Kyep:
+ - bugfix: Fixes blob spawns prompting players twice.
+ Markolie:
+ - bugfix: Mining pod weapons are once again functional. Compared to regular kinetic
+ accelerators, the weak projectile has one additional range (3 --> 4). The regular
+ projectile's damage is increased (40 --> 50) and deals more damage in pressurized
+ environments (50% instead of 25%). The enhanced projectile is able to fire its
+ kinetic projectile AoE against turfs and mobs.
+ - bugfix: Fixed an issue where it was impossible to log out from fax machines.
+ - bugfix: It is no longer possible to steal ID cards from identification computers/fax
+ machine using telekinesis at range.
+ - bugfix: The follow link on death alarms now works.
+ - bugfix: Fixes an exploit where players could use the ambulance trolley to teleport.
+ - bugfix: The chef now properly shows a chef hat on character preview.
+ - bugfix: The nuclear ops game mode will no longer always result in a major crew
+ victory.
+ - tweak: Players with their face covered will no longer show their flavor text upon
+ examine.
+ - rscadd: Fax machines now have an "Eject ID card" verb so you can remove the inserted
+ ID when it is depowered.
+ Purpose2:
+ - tweak: Captain's crown is now part of the random hats crate, and no longer spawns
+ in their locker.
diff --git a/html/changelogs/AutoChangeLog-pr-6536.yml b/html/changelogs/AutoChangeLog-pr-6536.yml
deleted file mode 100644
index c10530417ad..00000000000
--- a/html/changelogs/AutoChangeLog-pr-6536.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Purpose2"
-delete-after: True
-changes:
- - tweak: "Captain's crown is now part of the random hats crate, and no longer spawns in their locker."
diff --git a/html/changelogs/AutoChangeLog-pr-6573.yml b/html/changelogs/AutoChangeLog-pr-6573.yml
deleted file mode 100644
index 43844f4d049..00000000000
--- a/html/changelogs/AutoChangeLog-pr-6573.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-author: "Markolie"
-delete-after: True
-changes:
- - bugfix: "Mining pod weapons are once again functional. Compared to regular kinetic accelerators, the weak projectile has one additional range (3 --> 4). The regular projectile's damage is increased (40 --> 50) and deals more damage in pressurized environments (50% instead of 25%). The enhanced projectile is able to fire its kinetic projectile AoE against turfs and mobs."
- - bugfix: "Fixed an issue where it was impossible to log out from fax machines."
- - bugfix: "It is no longer possible to steal ID cards from identification computers/fax machine using telekinesis at range."
- - bugfix: "The follow link on death alarms now works."
- - bugfix: "Fixes an exploit where players could use the ambulance trolley to teleport."
- - bugfix: "The chef now properly shows a chef hat on character preview."
- - bugfix: "The nuclear ops game mode will no longer always result in a major crew victory."
- - tweak: "Players with their face covered will no longer show their flavor text upon examine."
- - rscadd: "Fax machines now have an \"Eject ID card\" verb so you can remove the inserted ID when it is depowered."
diff --git a/html/changelogs/AutoChangeLog-pr-6576.yml b/html/changelogs/AutoChangeLog-pr-6576.yml
deleted file mode 100644
index 6aaed614fea..00000000000
--- a/html/changelogs/AutoChangeLog-pr-6576.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - bugfix: "Fixes blob spawns prompting players twice."