diff --git a/html/changelog.html b/html/changelog.html
index 2441d1f143d..393579892ed 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -45,6 +45,7 @@
Fixed an issue with admin proc call failing on unowned procs.
Turrets now properly reset and close when all targets are lost.
Turrets continue to quickly acquire targets until they fully reset.
+ Windoors no longer play a closed deny animation when interacted with while open without access.
KingOfThePing updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 27d5ed7e27b..d6d8c75800a 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -27304,6 +27304,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Fixed an issue with admin proc call failing on unowned procs.
- bugfix: Turrets now properly reset and close when all targets are lost.
- tweak: Turrets continue to quickly acquire targets until they fully reset.
+ - bugfix: Windoors no longer play a closed deny animation when interacted with while
+ open without access.
KingOfThePing:
- rscadd: Added alcoholic eggnog.
- maptweak: Prepared the Idris Cruiser for Christmas with various additions.
diff --git a/html/changelogs/johnwildkins-fixdoors.yml b/html/changelogs/johnwildkins-fixdoors.yml
deleted file mode 100644
index 211152555c1..00000000000
--- a/html/changelogs/johnwildkins-fixdoors.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - bugfix: "Windoors no longer play a closed deny animation when interacted with while open without access."