diff --git a/html/changelog.html b/html/changelog.html
index c90b9c6551..f1834a647e 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,16 @@
-->
+
05 December 2021
+
Arturlang updated:
+
+ - You can now put in LaTeX equations in TGUI paper if you insert them between two $ dollar signs
+
+
DeltaFire15 updated:
+
+ - Fireman carry no longer drops the carried person if passing over a prone individual.
+
+
03 December 2021
TripleShades updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 451ac37086..7be04803a8 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -30365,3 +30365,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2021-12-03:
TripleShades:
- rscadd: (Pubby) Holopad to surgery viewing area
+2021-12-05:
+ Arturlang:
+ - rscadd: You can now put in LaTeX equations in TGUI paper if you insert them between
+ two $ dollar signs
+ DeltaFire15:
+ - bugfix: Fireman carry no longer drops the carried person if passing over a prone
+ individual.
diff --git a/html/changelogs/AutoChangeLog-pr-15400.yml b/html/changelogs/AutoChangeLog-pr-15400.yml
deleted file mode 100644
index 985b8e1b18..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15400.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Arturlang"
-delete-after: True
-changes:
- - rscadd: "You can now put in LaTeX equations in TGUI paper if you insert them between two $ dollar signs"
diff --git a/html/changelogs/AutoChangeLog-pr-15407.yml b/html/changelogs/AutoChangeLog-pr-15407.yml
deleted file mode 100644
index c9085055d7..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15407.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "DeltaFire15"
-delete-after: True
-changes:
- - bugfix: "Fireman carry no longer drops the carried person if passing over a prone individual."