diff --git a/html/changelog.html b/html/changelog.html
index 368722e1baf..cfd92c86878 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -48,6 +48,9 @@
JohnWildkins updated:
- Cut down on extraneous z-level generation for off-map shuttles.
+ - Starlight module no longer attempts to generate lights on turfs that haven't initialized.
+ - Sounds and messages via sensitive hearing were optimized to no longer rely on expensive recursive checks.
+ - Visualnets no longer attempt to update their visibility chunks prior to game start.
KingOfThePing updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 51c6a0b8f74..954cc775749 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -23298,6 +23298,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Added a colorable tail cloth accessory for the standard Tajara tail.
JohnWildkins:
- refactor: Cut down on extraneous z-level generation for off-map shuttles.
+ - bugfix: Starlight module no longer attempts to generate lights on turfs that haven't
+ initialized.
+ - refactor: Sounds and messages via sensitive hearing were optimized to no longer
+ rely on expensive recursive checks.
+ - refactor: Visualnets no longer attempt to update their visibility chunks prior
+ to game start.
KingOfThePing:
- rscadd: Re-added the cook alt title for chefs.
RyverStyx:
diff --git a/html/changelogs/johnwildkins-optimize2.yml b/html/changelogs/johnwildkins-optimize2.yml
deleted file mode 100644
index b7c1cb1c721..00000000000
--- a/html/changelogs/johnwildkins-optimize2.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - bugfix: "Starlight module no longer attempts to generate lights on turfs that haven't initialized."
- - refactor: "Sounds and messages via sensitive hearing were optimized to no longer rely on expensive recursive checks."
- - refactor: "Visualnets no longer attempt to update their visibility chunks prior to game start."