diff --git a/html/changelog.html b/html/changelog.html
index 0efe0ea31f7..1faa9f569e4 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -59,6 +59,8 @@
Moves the research substation on deck 1 to above xenoarcheology.
Adds a fire supplies closet to the auxiliary hangar.
Slightly tweaks the button and light switch sprites.
+ Adds service airlocks to the code.
+ The default airlock sprite is now plain metal.
Vrow updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 84845a7f910..a10fe00d93b 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -23565,6 +23565,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- maptweak: Moves the research substation on deck 1 to above xenoarcheology.
- maptweak: Adds a fire supplies closet to the auxiliary hangar.
- tweak: Slightly tweaks the button and light switch sprites.
+ - rscadd: Adds service airlocks to the code.
+ - tweak: The default airlock sprite is now plain metal.
Vrow:
- bugfix: Fixed being unable to fix rescued lungs surgically if they don't
have any damage.
diff --git a/html/changelogs/service_airlock.yml b/html/changelogs/service_airlock.yml
deleted file mode 100644
index 5b01d0bcae7..00000000000
--- a/html/changelogs/service_airlock.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: SleepyGemmy
-
-delete-after: True
-
-changes:
- - rscadd: "Adds service airlocks to the code."
- - tweak: "The default airlock sprite is now plain metal."
\ No newline at end of file