diff --git a/html/changelog.html b/html/changelog.html
index 78ae72fd42bdb..2208e113085ee 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -78,6 +78,9 @@
Dejaku51 updated:
- Added relative coords components which lets you get relative coordinates to target from circuit POV (requires line of sight)
- Changed can_see default value of length var to 7
+ - Added information about needing to be secured to server and scanner gate shell
+ - Fixed scanner gate shell outputting turf instead of scanned object
+ - made securing a shell after inserting circuit work
EvilDragonfiend updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index fd68691347146..eee53a35f1136 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -41476,6 +41476,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Added relative coords components which lets you get relative coordinates
to target from circuit POV (requires line of sight)
- code_imp: Changed can_see default value of length var to 7
+ - tweak: Added information about needing to be secured to server and scanner gate
+ shell
+ - bugfix: Fixed scanner gate shell outputting turf instead of scanned object
+ - bugfix: made securing a shell after inserting circuit work
EvilDragonfiend:
- rscadd: mime invisible walls, agent stealth box, heretic influence, and mobs in
lockers/closets will be visible to ghosts.
diff --git a/html/changelogs/AutoChangeLog-pr-10142.yml b/html/changelogs/AutoChangeLog-pr-10142.yml
deleted file mode 100644
index 38feba611ae7b..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-10142.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Dejaku51
-delete-after: true
-changes:
- - tweak: Added information about needing to be secured to server and scanner gate
- shell
- - bugfix: Fixed scanner gate shell outputting turf instead of scanned object
- - bugfix: made securing a shell after inserting circuit work