diff --git a/html/changelog.html b/html/changelog.html
index f31ad603979..c9bd13d097c 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -39,6 +39,10 @@
mikomyazaki updated:
- The bar now has access to Root Beer in its drink dispenser.
+ - Lights will now work properly when inside clothing assemblies.
+ - Lighting ICs now only illuminate a cone infront of them, like flashlights.
+ - Lighting ICs now do not produce UV.
+ - Spawning on Aurora via the centcomm timeout will no longer duplicate your character's items.
21 February 2020
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index a1e3348a077..38984b41a67 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -11935,3 +11935,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2020-02-22:
mikomyazaki:
- rscadd: The bar now has access to Root Beer in its drink dispenser.
+ - bugfix: Lights will now work properly when inside clothing assemblies.
+ - tweak: Lighting ICs now only illuminate a cone infront of them, like flashlights.
+ - balance: Lighting ICs now do not produce UV.
+ - bugfix: Spawning on Aurora via the centcomm timeout will no longer duplicate your
+ character's items.
diff --git a/html/changelogs/lights_in_clothes.yml b/html/changelogs/lights_in_clothes.yml
deleted file mode 100644
index e09367d3a7a..00000000000
--- a/html/changelogs/lights_in_clothes.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "Lights will now work properly when inside clothing assemblies."
- - tweak: "Lighting ICs now only illuminate a cone infront of them, like flashlights."
- - balance: "Lighting ICs now do not produce UV."
\ No newline at end of file
diff --git a/html/changelogs/no_centcomm_timeout_duplicate.yml b/html/changelogs/no_centcomm_timeout_duplicate.yml
deleted file mode 100644
index 4237daf4d56..00000000000
--- a/html/changelogs/no_centcomm_timeout_duplicate.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "Spawning on Aurora via the centcomm timeout will no longer duplicate your character's items."
\ No newline at end of file