diff --git a/html/changelog.html b/html/changelog.html
index ef4f86f424..d5bb2485e1 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,12 @@
-->
+
26 February 2021
+
DeltaFire15 updated:
+
+ - All machine-frame based tool-use actions now have state-checking callbacks.
+
+
25 February 2021
DeltaFire15 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 3898798d10..ed74d59468 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -28594,3 +28594,6 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2021-02-25:
DeltaFire15:
- bugfix: Traitor / Ling objective amount should now be correct again.
+2021-02-26:
+ DeltaFire15:
+ - code_imp: All machine-frame based tool-use actions now have state-checking callbacks.
diff --git a/html/changelogs/AutoChangeLog-pr-14303.yml b/html/changelogs/AutoChangeLog-pr-14303.yml
deleted file mode 100644
index eddaf71cd6..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14303.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "DeltaFire15"
-delete-after: True
-changes:
- - code_imp: "All machine-frame based tool-use actions now have state-checking callbacks."