diff --git a/html/changelog.html b/html/changelog.html
index 6b6c8b2589..65e2d571a2 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,25 @@
-->
+
28 February 2021
+
Putnam3145 updated:
+
+ - Polychromic windbreaker's alt-click message is now coherent
+ - Toggleable suits now have an on_toggle proc to be overridden.
+
+
R3dtail updated:
+
+ - doubled max belly name length and quadrupled belly description length
+
+
SandPoot updated:
+
+ - Body rejuvenation surgery will loop until the patient is completely healed.
+
+
dzahlus updated:
+
+ - fixes toxinlovers dying from heretic stuff that should heal them instead
+
+
27 February 2021
Hatterhat updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 6d36900b23..6ba2436d94 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -28618,3 +28618,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
makes it easy to just time the parries right.
silicons:
- bugfix: chaplain arrythmic knives can no longer be abused for infinite speed.
+2021-02-28:
+ Putnam3145:
+ - bugfix: Polychromic windbreaker's alt-click message is now coherent
+ - code_imp: Toggleable suits now have an on_toggle proc to be overridden.
+ R3dtail:
+ - tweak: doubled max belly name length and quadrupled belly description length
+ SandPoot:
+ - tweak: Body rejuvenation surgery will loop until the patient is completely healed.
+ dzahlus:
+ - bugfix: fixes toxinlovers dying from heretic stuff that should heal them instead
diff --git a/html/changelogs/AutoChangeLog-pr-14311.yml b/html/changelogs/AutoChangeLog-pr-14311.yml
deleted file mode 100644
index fd76cc3f4d..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14311.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SandPoot"
-delete-after: True
-changes:
- - tweak: "Body rejuvenation surgery will loop until the patient is completely healed."
diff --git a/html/changelogs/AutoChangeLog-pr-14321.yml b/html/changelogs/AutoChangeLog-pr-14321.yml
deleted file mode 100644
index c1afc0f3ac..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14321.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - bugfix: "Polychromic windbreaker's alt-click message is now coherent"
- - code_imp: "Toggleable suits now have an on_toggle proc to be overridden."
diff --git a/html/changelogs/AutoChangeLog-pr-14325.yml b/html/changelogs/AutoChangeLog-pr-14325.yml
deleted file mode 100644
index 73694d8794..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14325.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "dzahlus"
-delete-after: True
-changes:
- - bugfix: "fixes toxinlovers dying from heretic stuff that should heal them instead"
diff --git a/html/changelogs/AutoChangeLog-pr-14326.yml b/html/changelogs/AutoChangeLog-pr-14326.yml
deleted file mode 100644
index 2dc18b5674..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14326.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "R3dtail"
-delete-after: True
-changes:
- - tweak: "doubled max belly name length and quadrupled belly description length"