diff --git a/html/changelog.html b/html/changelog.html
index f2bf7022659..c489c601bfd 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -39,6 +39,7 @@
aleksix updated:
- Re-introduced the min/max circuits for integrated circuitry
+ - Borgs ID access code has been refactored to the normal ID access code. Now they properly check for access in PDAs, hands and such.
13 December 2019
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index f7b6f261a30..c86304665fb 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -10620,3 +10620,5 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2019-12-14:
aleksix:
- rscadd: Re-introduced the min/max circuits for integrated circuitry
+ - refactor: Borgs ID access code has been refactored to the normal ID access code.
+ Now they properly check for access in PDAs, hands and such.
diff --git a/html/changelogs/aleksix-borg_pda_access.yml b/html/changelogs/aleksix-borg_pda_access.yml
deleted file mode 100644
index df6ae5c5d2b..00000000000
--- a/html/changelogs/aleksix-borg_pda_access.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: aleksix
-
-delete-after: True
-
-changes:
- - refactor: "Borgs ID access code has been refactored to the normal ID access code. Now they properly check for access in PDAs, hands and such."