diff --git a/html/changelog.html b/html/changelog.html
index 6d00c8717fa..d2017fe718f 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,13 @@
-->
+
14 February 2022
+
Vrow updated:
+
+ - Vision Enhanced Retinas no longer has lights like the sightlights.
+ - Fixed Icelance Icon disappearing when it has 2/3 shots remaining.
+
+
13 February 2022
Geeves updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 462e9288bae..615fc15f2b7 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -22636,3 +22636,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
didn't delete the sheet item.
- bugfix: Fixed issue where loading a lathe with an object consisting of >1 materials
could provide incorrect messages about how full it is.
+2022-02-14:
+ Vrow:
+ - bugfix: Vision Enhanced Retinas no longer has lights like the sightlights.
+ - bugfix: Fixed Icelance Icon disappearing when it has 2/3 shots remaining.
diff --git a/html/changelogs/enhanced_vision_lights.yml b/html/changelogs/enhanced_vision_lights.yml
deleted file mode 100644
index 20ae9e25fa2..00000000000
--- a/html/changelogs/enhanced_vision_lights.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Vrow
-
-delete-after: True
-
-changes:
- - bugfix: "Vision Enhanced Retinas no longer has lights like the sightlights."
\ No newline at end of file
diff --git a/html/changelogs/icelance_icon.yml b/html/changelogs/icelance_icon.yml
deleted file mode 100644
index b7e65893551..00000000000
--- a/html/changelogs/icelance_icon.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Vrow
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed Icelance Icon disappearing when it has 2/3 shots remaining."
\ No newline at end of file