diff --git a/html/changelog.html b/html/changelog.html
index 127b8c4de1c..562434ebf89 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,17 @@
-->
+
30 January 2023
+
Alberyk updated:
+
+ - Fixed airtight plastic flaps stopping working after shuttles moves.
+
+
JohnWildkins updated:
+
+ - Fixed an issue where wall icons and other smoothed icons would fail to update.
+ - Potentially fixed an issue with the server failing to reboot / launch correctly.
+
+
29 January 2023
Alberyk updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 88f8f194e47..b902834bc53 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -27776,3 +27776,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
will encounter. Most of the content is on barren exos/asteroids unfortunately. '
Wowzewow (Wezzy):
- bugfix: Fixes window clipping.
+2023-01-30:
+ Alberyk:
+ - bugfix: Fixed airtight plastic flaps stopping working after shuttles moves.
+ JohnWildkins:
+ - bugfix: Fixed an issue where wall icons and other smoothed icons would fail to
+ update.
+ - backend: Potentially fixed an issue with the server failing to reboot / launch
+ correctly.
diff --git a/html/changelogs/alberyk-aritght.yml b/html/changelogs/alberyk-aritght.yml
deleted file mode 100644
index e3892589164..00000000000
--- a/html/changelogs/alberyk-aritght.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Alberyk
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed airtight plastic flaps stopping working after shuttles moves."
diff --git a/html/changelogs/johnwildkins-logfix.yml b/html/changelogs/johnwildkins-logfix.yml
deleted file mode 100644
index 62e282d597f..00000000000
--- a/html/changelogs/johnwildkins-logfix.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed an issue where wall icons and other smoothed icons would fail to update."
- - backend: "Potentially fixed an issue with the server failing to reboot / launch correctly."