diff --git a/html/changelog.html b/html/changelog.html
index 22e093824c8..2922abccfa2 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -55,6 +55,17 @@
-->
+
01 September 2016
+
Crazylemon updated:
+
+ - Dying of low blood is no longer capable of causing eternal death
+ - Having your body brought back to life will no longer break your health doll
+
+
monster860 updated:
+
+ - Fixes hotel SNPC's getting access that they shouldn't get.
+
+
29 August 2016
Crazylemon updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index b06fecc3cbf..1511b0009bb 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -2884,3 +2884,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
AIs can still see the countdown
- bugfix: Mobs without appendixes can no longer contract appendicitis
- bugfix: Holosigns cannot be pulled around
+2016-09-01:
+ Crazylemon:
+ - bugfix: Dying of low blood is no longer capable of causing eternal death
+ - bugfix: Having your body brought back to life will no longer break your health
+ doll
+ monster860:
+ - bugfix: Fixes hotel SNPC's getting access that they shouldn't get.
diff --git a/html/changelogs/AutoChangeLog-pr-5588.yml b/html/changelogs/AutoChangeLog-pr-5588.yml
deleted file mode 100644
index a333bed4446..00000000000
--- a/html/changelogs/AutoChangeLog-pr-5588.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: Crazylemon
-delete-after: True
-changes:
- - bugfix: "Dying of low blood is no longer capable of causing eternal death"
- - bugfix: "Having your body brought back to life will no longer break your health doll"
diff --git a/html/changelogs/AutoChangeLog-pr-5599.yml b/html/changelogs/AutoChangeLog-pr-5599.yml
deleted file mode 100644
index 8d2010c6563..00000000000
--- a/html/changelogs/AutoChangeLog-pr-5599.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: monster860
-delete-after: True
-changes:
- - bugfix: "Fixes hotel SNPC's getting access that they shouldn't get."