diff --git a/html/changelog.html b/html/changelog.html
index 41b9e43de54..9e292c12ec6 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -47,6 +47,10 @@
Geeves updated:
- Fixed the name of some Ouerean dishes to properly display their real name.
+ - Clicking an unlocked airlock electronic with another unlocked airlock electronic will now copy the configuration from the one in your active hand to the clicked one.
+ - Clicking an airlock electronic with an ID or PDA with an ID in it will now toggle its lock.
+ - Airlock eletronics are now one size smaller, meaning you can jam more of them into a pack.
+ - Having brain damage no longer prevents you from operating airlock electronics.
MattAtlas updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index b53bab0651f..70400614fa0 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -12181,6 +12181,14 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: The mechfab can now produce right feet.
Geeves:
- bugfix: Fixed the name of some Ouerean dishes to properly display their real name.
+ - rscadd: Clicking an unlocked airlock electronic with another unlocked airlock
+ electronic will now copy the configuration from the one in your active hand
+ to the clicked one.
+ - rscadd: Clicking an airlock electronic with an ID or PDA with an ID in it will
+ now toggle its lock.
+ - tweak: Airlock eletronics are now one size smaller, meaning you can jam more of
+ them into a pack.
+ - rscdel: Having brain damage no longer prevents you from operating airlock electronics.
MattAtlas:
- bugfix: The ERT chances should now be a little less wonky.
Wowzewow (Wezzy):
diff --git a/html/changelogs/geeves-engineering_airlock_QoL.yml b/html/changelogs/geeves-engineering_airlock_QoL.yml
deleted file mode 100644
index e9664e791a2..00000000000
--- a/html/changelogs/geeves-engineering_airlock_QoL.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Clicking an unlocked airlock electronic with another unlocked airlock electronic will now copy the configuration from the one in your active hand to the clicked one."
- - rscadd: "Clicking an airlock electronic with an ID or PDA with an ID in it will now toggle its lock."
- - tweak: "Airlock eletronics are now one size smaller, meaning you can jam more of them into a pack."
- - rscdel: "Having brain damage no longer prevents you from operating airlock electronics."
\ No newline at end of file