diff --git a/html/changelog.html b/html/changelog.html
index 528521e1c06..6bc9355fed2 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -45,6 +45,12 @@
Added a more modern jukebox to the bar. It comes with ten hit songs of the future! Console sprites from Bay.
Space jukebox is now just a normal jukebox
+ JohnWildkins updated:
+
+ - Cleaned up several misc. runtime errors.
+ - VueUI windows will now clamp to slightly less than the current BYOND window's screen height, hopefully preventing windows from being stuck open.
+ - Away sites with the same player-facing name no longer overwrite each other in site selection.
+
WowzewoW (Wezzy) updated:
- Tweaks labcoat and warden overcoat sprites to look less bulky.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index e907ffedf5e..4099e6f6226 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -24144,5 +24144,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- soundadd: Added a more modern jukebox to the bar. It comes with ten hit songs
of the future! Console sprites from Bay.
- tweak: Space jukebox is now just a normal jukebox
+ JohnWildkins:
+ - bugfix: Cleaned up several misc. runtime errors.
+ - bugfix: VueUI windows will now clamp to slightly less than the current BYOND window's
+ screen height, hopefully preventing windows from being stuck open.
+ - refactor: Away sites with the same player-facing name no longer overwrite each
+ other in site selection.
WowzewoW (Wezzy):
- tweak: Tweaks labcoat and warden overcoat sprites to look less bulky.
diff --git a/html/changelogs/johnwildkins-runtime.yml b/html/changelogs/johnwildkins-runtime.yml
deleted file mode 100644
index cf29f1f068b..00000000000
--- a/html/changelogs/johnwildkins-runtime.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - bugfix: "Cleaned up several misc. runtime errors."
- - bugfix: "VueUI windows will now clamp to slightly less than the current BYOND window's screen height, hopefully preventing windows from being stuck open."
- - refactor: "Away sites with the same player-facing name no longer overwrite each other in site selection."