diff --git a/html/changelog.html b/html/changelog.html
index 37c457468ef..713693563b9 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,18 @@
-->
+
02 April 2019
+
Markolie updated:
+
+ - Fixed some issues the compiler doesn't spot and some start up issues.
+
+
farie82 updated:
+
+ - Antidrop give edge case fixed
+ - Can't give items to resting people now
+ - put_in_hands now checks if you actually have hands
+
+
01 April 2019
Arkatos updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index fbd9f77ca57..364bbddf602 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -9610,3 +9610,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Bluespace golems no longer can crash the server
- tweak: Spontaneous combustion now has a minimum stacksize of 1. No more getting
wet from the fire virus
+2019-04-02:
+ Markolie:
+ - bugfix: Fixed some issues the compiler doesn't spot and some start up issues.
+ farie82:
+ - bugfix: Antidrop give edge case fixed
+ - bugfix: Can't give items to resting people now
+ - bugfix: put_in_hands now checks if you actually have hands
diff --git a/html/changelogs/AutoChangeLog-pr-11117.yml b/html/changelogs/AutoChangeLog-pr-11117.yml
deleted file mode 100644
index e609d052b4f..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11117.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "farie82"
-delete-after: True
-changes:
- - bugfix: "Antidrop give edge case fixed"
- - bugfix: "Can't give items to resting people now"
- - bugfix: "put_in_hands now checks if you actually have hands"
diff --git a/html/changelogs/AutoChangeLog-pr-11165.yml b/html/changelogs/AutoChangeLog-pr-11165.yml
deleted file mode 100644
index 8926714b10b..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11165.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Markolie"
-delete-after: True
-changes:
- - bugfix: "Fixed some issues the compiler doesn't spot and some start up issues."