diff --git a/html/changelog.html b/html/changelog.html
index 6d965258072..b2902a18a90 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,6 +36,14 @@
23 December 2022
+
JohnWildkins updated:
+
+ - Moved a significant portion of machinery processing to on-demand processing, lightening the load on the server.
+ - Shifted turret targeting and simple mob targeting to use the spatial grid system for searching.
+ - Telecomms machines will now once again reboot themselves after being EMPed.
+ - Fixed a divide-by-zero runtime with adding reagents to a full container.
+ - Fixed an issue with admin proc call failing on unowned procs.
+
listerla updated:
- Fixed anomaly harvesters disappearing when enabled.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 44ab185844f..a9939d4f1ac 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -27294,5 +27294,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Peppermint:
- maptweak: Fixes area code for SFA ship.
2022-12-23:
+ JohnWildkins:
+ - refactor: Moved a significant portion of machinery processing to on-demand processing,
+ lightening the load on the server.
+ - refactor: Shifted turret targeting and simple mob targeting to use the spatial
+ grid system for searching.
+ - bugfix: Telecomms machines will now once again reboot themselves after being EMPed.
+ - bugfix: Fixed a divide-by-zero runtime with adding reagents to a full container.
+ - bugfix: Fixed an issue with admin proc call failing on unowned procs.
listerla:
- bugfix: Fixed anomaly harvesters disappearing when enabled.
diff --git a/html/changelogs/johnwildkins-process.yml b/html/changelogs/johnwildkins-process.yml
deleted file mode 100644
index 05d51c91f00..00000000000
--- a/html/changelogs/johnwildkins-process.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - refactor: "Moved a significant portion of machinery processing to on-demand processing, lightening the load on the server."
- - refactor: "Shifted turret targeting and simple mob targeting to use the spatial grid system for searching."
- - bugfix: "Telecomms machines will now once again reboot themselves after being EMPed."
- - bugfix: "Fixed a divide-by-zero runtime with adding reagents to a full container."
- - bugfix: "Fixed an issue with admin proc call failing on unowned procs."