diff --git a/html/changelog.html b/html/changelog.html
index 65863f084affa..97bf87d15c655 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -61,6 +61,14 @@
PestoVerde322 updated:
- fixed Manual's TGUI not working
+ ktlwjec updated:
+
+ - Obsessed requires 4 hours of playtime to roll, instead of 0.
+
+ mystery3525 updated:
+
+ - Forgot two early returns which can break things
+
26 September 2024
PowerfulBacon updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 40d8a332e4a14..bb4901afde32e 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -44334,3 +44334,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2024-09-27:
PestoVerde322:
- bugfix: fixed Manual's TGUI not working
+ ktlwjec:
+ - tweak: Obsessed requires 4 hours of playtime to roll, instead of 0.
+ mystery3525:
+ - code_imp: Forgot two early returns which can break things
diff --git a/html/changelogs/AutoChangeLog-pr-11539.yml b/html/changelogs/AutoChangeLog-pr-11539.yml
deleted file mode 100644
index 0b67e631d3209..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-11539.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: ktlwjec
-delete-after: true
-changes:
- - tweak: Obsessed requires 4 hours of playtime to roll, instead of 0.
diff --git a/html/changelogs/AutoChangeLog-pr-11576.yml b/html/changelogs/AutoChangeLog-pr-11576.yml
deleted file mode 100644
index 26b133cdf0039..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-11576.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: mystery3525
-delete-after: true
-changes:
- - code_imp: Forgot two early returns which can break things