diff --git a/html/changelog.html b/html/changelog.html
index 61681621e7..b6b794f5ec 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,13 @@
-->
+
12 May 2021
+
DeltaFire15 updated:
+
+ - find_safe_turf no longer always fails on safe oxygen levels(??)
+ - Heretic bladeshatters now actually take the heretic's z into account as intended, instead of always being station z tweak: Message for failing the bladeshatter despite succeeding the do_after tweak: Improves bladeshatter a bit by making it safer codewise
+
+
11 May 2021
LetterN updated:
@@ -761,16 +768,6 @@
- Adds Periods and moves some words around.
-
- 10 March 2021
- Hatterhat updated:
-
- - The femur breaker now actually breaks legs by applying a compound fracture.
-
- Putnam3145 updated:
-
- - uncapped TEG power, buffing high-temp TEGs
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index ae29db429c..768a1cfda6 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -29276,3 +29276,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
bunny232:
- rscadd: Delta station xenobiology department has received enhanced scrubbing and
ventilation capabilities similar to box and meta
+2021-05-12:
+ DeltaFire15:
+ - bugfix: find_safe_turf no longer always fails on safe oxygen levels(??)
+ - bugfix: 'Heretic bladeshatters now actually take the heretic''s z into account
+ as intended, instead of always being station z tweak: Message for failing the
+ bladeshatter despite succeeding the do_after tweak: Improves bladeshatter a
+ bit by making it safer codewise'
diff --git a/html/changelogs/AutoChangeLog-pr-14706.yml b/html/changelogs/AutoChangeLog-pr-14706.yml
deleted file mode 100644
index ecea6647ec..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14706.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: "DeltaFire15"
-delete-after: True
-changes:
- - bugfix: "find_safe_turf no longer always fails on safe oxygen levels(??)"
- - bugfix: "Heretic bladeshatters now actually take the heretic's z into account as intended, instead of always being station z
-tweak: Message for failing the bladeshatter despite succeeding the do_after
-tweak: Improves bladeshatter a bit by making it safer codewise"