diff --git a/html/changelog.html b/html/changelog.html
index a11b09355f2..1c70bf1ce9f 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,18 @@
-->
+
22 February 2022
+
Aticius updated:
+
+ - The Xion left leg sprite will no longer give you two feet.
+
+
mikomyazaki updated:
+
+ - Replaces coloured shorts image that was accidentally removed.
+ - Mining rovers no longer have red blood.
+ - Ghosts pointing won't show an outline filter.
+
+
19 February 2022
The Stryker, Kyres1, The Lancer updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index a9087d55cb8..ca770e3f56f 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -22743,3 +22743,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Can now throw objects over railings.
- bugfix: ID card photos will now face the correct directions instead of both being
of the direction your character was facing when your ID card spawned.
+2022-02-22:
+ Aticius:
+ - bugfix: The Xion left leg sprite will no longer give you two feet.
+ mikomyazaki:
+ - bugfix: Replaces coloured shorts image that was accidentally removed.
+ - bugfix: Mining rovers no longer have red blood.
+ - bugfix: Ghosts pointing won't show an outline filter.
diff --git a/html/changelogs/aticius-xionlegbugfix.yml b/html/changelogs/aticius-xionlegbugfix.yml
deleted file mode 100644
index b613fa520c8..00000000000
--- a/html/changelogs/aticius-xionlegbugfix.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-author: Aticius
-
-
-delete-after: True
-
-changes:
- - bugfix: "The Xion left leg sprite will no longer give you two feet."
-
diff --git a/html/changelogs/ghost-pointing-bugfix.yml b/html/changelogs/ghost-pointing-bugfix.yml
deleted file mode 100644
index 5231334a02e..00000000000
--- a/html/changelogs/ghost-pointing-bugfix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "Ghosts pointing won't show an outline filter."
diff --git a/html/changelogs/mining_rover_blood.yml b/html/changelogs/mining_rover_blood.yml
deleted file mode 100644
index 7141a7bf53f..00000000000
--- a/html/changelogs/mining_rover_blood.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "Mining rovers no longer have red blood."
diff --git a/html/changelogs/replaces_colored_shorts.yml b/html/changelogs/replaces_colored_shorts.yml
deleted file mode 100644
index 54714e7d0c3..00000000000
--- a/html/changelogs/replaces_colored_shorts.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "Replaces coloured shorts image that was accidentally removed."