diff --git a/html/changelog.html b/html/changelog.html
index e811c87938..59e3911d79 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,13 @@
-->
+
20 October 2021
+
Putnam3145 updated:
+
+ - Removed a panic from auxmos
+ - Properly implemented hysteresis on heat exchanger processing
+
+
16 October 2021
Ryll/Shaps updated:
@@ -504,12 +511,6 @@
- Better Shark Tails, dodododododo~
- The old ones are now listed as carp tails.
-
-
18 August 2021
-
timothyteakettle updated:
-
- - lets you select 4 prosthetic limbs instead of only 2
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 71db5b168f..762980dda3 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -30147,3 +30147,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
keronshb:
- rscadd: Adds the fat dart cigarette and to vendors
- imageadd: Adds the sprites for the fat dart
+2021-10-20:
+ Putnam3145:
+ - bugfix: Removed a panic from auxmos
+ - bugfix: Properly implemented hysteresis on heat exchanger processing
diff --git a/html/changelogs/AutoChangeLog-pr-15281.yml b/html/changelogs/AutoChangeLog-pr-15281.yml
deleted file mode 100644
index 10b61f9972..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15281.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - bugfix: "Removed a panic from auxmos"
diff --git a/html/changelogs/AutoChangeLog-pr-15282.yml b/html/changelogs/AutoChangeLog-pr-15282.yml
deleted file mode 100644
index ebbb65c584..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15282.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - bugfix: "Properly implemented hysteresis on heat exchanger processing"