diff --git a/html/changelog.html b/html/changelog.html
index ff35dad0845..ac7d7bc7db5 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,15 @@
-->
+
19 February 2020
+
mikomyazaki updated:
+
+ - Robots moving away while someone tries to crowbar them open/closed will now properly cancel the opening/closing.
+ - Removing an assembly light will now turn the light off.
+ - Diona will no longer split into nymphs when they cryo.
+ - Psychiatrists now show up on the PDA messenger as medical staff.
+
+
18 February 2020
MattAtlas updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 60c3290a35e..cfdf0a501db 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -11867,3 +11867,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Solidifies the organ cooler further!
mikomyazaki:
- bugfix: Medical cyborg roller bed rack now has an icon.
+2020-02-19:
+ mikomyazaki:
+ - bugfix: Robots moving away while someone tries to crowbar them open/closed will
+ now properly cancel the opening/closing.
+ - bugfix: Removing an assembly light will now turn the light off.
+ - bugfix: Diona will no longer split into nymphs when they cryo.
+ - bugfix: Psychiatrists now show up on the PDA messenger as medical staff.
diff --git a/html/changelogs/diona_nymph_cryopod_nosplit.yml b/html/changelogs/diona_nymph_cryopod_nosplit.yml
deleted file mode 100644
index fc86c77ad7b..00000000000
--- a/html/changelogs/diona_nymph_cryopod_nosplit.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "Diona will no longer split into nymphs when they cryo."
\ No newline at end of file
diff --git a/html/changelogs/lights_out.yml b/html/changelogs/lights_out.yml
deleted file mode 100644
index 1d044ab1f8a..00000000000
--- a/html/changelogs/lights_out.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "Removing an assembly light will now turn the light off."
\ No newline at end of file
diff --git a/html/changelogs/no_long_crowbars.yml b/html/changelogs/no_long_crowbars.yml
deleted file mode 100644
index 18625f72a7e..00000000000
--- a/html/changelogs/no_long_crowbars.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "Robots moving away while someone tries to crowbar them open/closed will now properly cancel the opening/closing."
\ No newline at end of file
diff --git a/html/changelogs/psych_pda_messenger.yml b/html/changelogs/psych_pda_messenger.yml
deleted file mode 100644
index 8a5971afa93..00000000000
--- a/html/changelogs/psych_pda_messenger.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "Psychiatrists now show up on the PDA messenger as medical staff."
\ No newline at end of file