diff --git a/html/changelog.html b/html/changelog.html
index 1879f2677b5..8f4c8038966 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -63,6 +63,7 @@
Naksu updated:
- fixed some missing args in emote procs called with named args, leading to runtimes
+ - removed unnecessary processing from a few machine types
SpaceManiac updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 766da713d6a..4195e12a190 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -19015,5 +19015,6 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Naksu:
- bugfix: fixed some missing args in emote procs called with named args, leading
to runtimes
+ - code_imp: removed unnecessary processing from a few machine types
SpaceManiac:
- bugfix: The Shuttle Manipulator admin verb works once more.
diff --git a/html/changelogs/AutoChangeLog-pr-39132.yml b/html/changelogs/AutoChangeLog-pr-39132.yml
deleted file mode 100644
index 3656c3b51b7..00000000000
--- a/html/changelogs/AutoChangeLog-pr-39132.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Naksu"
-delete-after: True
-changes:
- - code_imp: "removed unnecessary processing from a few machine types"