diff --git a/html/changelog.html b/html/changelog.html
index fa46c13a87..2c4f8c0144 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,16 @@
-->
+
29 April 2021
+
Putnam3145 updated:
+
+ - Fixed a couple runtimes in activity (threat) tracking
+
+
keronshb updated:
+
+ - Removes the Reinforcement Chromosome from Genetics.
+
+
26 April 2021
Trigg, stylemistake and SandPoot updated:
@@ -791,12 +801,6 @@
- All machine-frame based tool-use actions now have state-checking callbacks.
-
- 25 February 2021
- DeltaFire15 updated:
-
- - Traitor / Ling objective amount should now be correct again.
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index d1d5cc31d6..3f58b0ce2b 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -29172,3 +29172,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- admin: 'Admins just got a new TGUI Select Equipment menu tweak: Prevents the window
from creating sprites for any animated version there might be. (this guarantees
consistant sprite size/amount)'
+2021-04-29:
+ Putnam3145:
+ - bugfix: Fixed a couple runtimes in activity (threat) tracking
+ keronshb:
+ - balance: Removes the Reinforcement Chromosome from Genetics.
diff --git a/html/changelogs/AutoChangeLog-pr-14641.yml b/html/changelogs/AutoChangeLog-pr-14641.yml
deleted file mode 100644
index 0e4b0ebbb2..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14641.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "keronshb"
-delete-after: True
-changes:
- - balance: "Removes the Reinforcement Chromosome from Genetics."
diff --git a/html/changelogs/AutoChangeLog-pr-14666.yml b/html/changelogs/AutoChangeLog-pr-14666.yml
deleted file mode 100644
index 40591d9026..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14666.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - bugfix: "Fixed a couple runtimes in activity (threat) tracking"