diff --git a/html/changelog.html b/html/changelog.html
index 6ecfbdae1f3..66310d3db41 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,14 @@
-->
17 March 2019
+
4dplanner updated:
+
+ - Buckle objects can now properly specify lying angle
+ - Wheelchairs and other such vehicles let you use UIs even if your legs don't work
+ - You can now pull objects while in a wheelchair even if your legs don't work
+ - You no longer have a chance of sleeping upside down in a bed
+ - No longer randomises lying direction a second time on fall
+
Nervere updated:
- Fixed stunbatons being invisible.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 32e3af6bb81..910c405e621 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -23457,6 +23457,14 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
plapatin:
- tweak: Added a big heap of fancy new clown names! Be slightly less generic!
2019-03-17:
+ 4dplanner:
+ - bugfix: Buckle objects can now properly specify lying angle
+ - bugfix: Wheelchairs and other such vehicles let you use UIs even if your legs
+ don't work
+ - bugfix: You can now pull objects while in a wheelchair even if your legs don't
+ work
+ - bugfix: You no longer have a chance of sleeping upside down in a bed
+ - tweak: No longer randomises lying direction a second time on fall
Nervere:
- bugfix: Fixed stunbatons being invisible.
ShizCalev:
diff --git a/html/changelogs/AutoChangeLog-pr-42894.yml b/html/changelogs/AutoChangeLog-pr-42894.yml
deleted file mode 100644
index 94481d56f96..00000000000
--- a/html/changelogs/AutoChangeLog-pr-42894.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: "4dplanner"
-delete-after: True
-changes:
- - bugfix: "Buckle objects can now properly specify lying angle"
- - bugfix: "Wheelchairs and other such vehicles let you use UIs even if your legs don't work"
- - bugfix: "You can now pull objects while in a wheelchair even if your legs don't work"
- - bugfix: "You no longer have a chance of sleeping upside down in a bed"
- - tweak: "No longer randomises lying direction a second time on fall"