diff --git a/html/changelog.html b/html/changelog.html
index e1ad616b43f08..2660b2a997e85 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -89,6 +89,15 @@
Tsar-Salat updated:
converts sweets to newfood
spiderlolipop uses protein reagent
+ rkz, tralezab updated:
+
+ - fixes anchoring and holding code with CTF flags
+ - allows for redefining of CTF area, for making custom maps, or admin shittery
+ - cleaned up ctf code in general
+ - very rudimentary code to make more than a blue & red team in ctf, not fully implemented
+ - rudimentary CTF class code
+ - better CTF logging
+
14 December 2023
PinkSuzuki updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 2a089d3ced0c6..d303b724c5a4f 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -41867,3 +41867,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Tsar-Salat:
- rscadd: converts sweets to newfood
- tweak: spiderlolipop uses protein reagent
+ rkz, tralezab:
+ - bugfix: fixes anchoring and holding code with CTF flags
+ - code_imp: allows for redefining of CTF area, for making custom maps, or admin
+ shittery
+ - code_imp: cleaned up ctf code in general
+ - code_imp: very rudimentary code to make more than a blue & red team in ctf, not
+ fully implemented
+ - code_imp: rudimentary CTF class code
+ - admin: better CTF logging
diff --git a/html/changelogs/AutoChangeLog-pr-10049.yml b/html/changelogs/AutoChangeLog-pr-10049.yml
deleted file mode 100644
index 27605071569d5..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-10049.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-author: rkz, tralezab
-delete-after: true
-changes:
- - bugfix: fixes anchoring and holding code with CTF flags
- - code_imp: allows for redefining of CTF area, for making custom maps, or admin
- shittery
- - code_imp: cleaned up ctf code in general
- - code_imp: very rudimentary code to make more than a blue & red team in ctf, not
- fully implemented
- - code_imp: rudimentary CTF class code
- - admin: better CTF logging