diff --git a/html/changelog.html b/html/changelog.html
index afd7b6319a4..9b30d300094 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,20 @@
-->
+
09 August 2020
+
Doxxmedearly updated:
+
+ - Fixed issues with honey giving the wrong taste description and nutriment amounts.
+
+
Hocka updated:
+
+ - Spawned on the Odin with amputated legs or feet now spawns you in a wheelchair.
+
+
mikomyazaki updated:
+
+ - All random item spawners will no longer spawn blank documents, as this was causing errors with SSdocuments.
+
+
08 August 2020
MattAtlas updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index a4250ea0782..c5db550276f 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -14770,3 +14770,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Wowzewow (Wezzy):
- bugfix: Bottleflipping should work correctly now.
- rscadd: Adds radials for the RFD-S.
+2020-08-09:
+ Doxxmedearly:
+ - bugfix: Fixed issues with honey giving the wrong taste description and nutriment
+ amounts.
+ Hocka:
+ - bugfix: Spawned on the Odin with amputated legs or feet now spawns you in a wheelchair.
+ mikomyazaki:
+ - bugfix: All random item spawners will no longer spawn blank documents, as this
+ was causing errors with SSdocuments.
diff --git a/html/changelogs/Hockaa-wheelchairs.yml b/html/changelogs/Hockaa-wheelchairs.yml
deleted file mode 100644
index ad0aaa130ab..00000000000
--- a/html/changelogs/Hockaa-wheelchairs.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Hocka
-
-delete-after: True
-
-changes:
- - bugfix: "Spawned on the Odin with amputated legs or feet now spawns you in a wheelchair."
diff --git a/html/changelogs/doxxmedearly - honey.yml b/html/changelogs/doxxmedearly - honey.yml
deleted file mode 100644
index 3ff794a74b4..00000000000
--- a/html/changelogs/doxxmedearly - honey.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Doxxmedearly
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed issues with honey giving the wrong taste description and nutriment amounts."
diff --git a/html/changelogs/ssdocs_errors.yml b/html/changelogs/ssdocs_errors.yml
deleted file mode 100644
index 33d42ecc017..00000000000
--- a/html/changelogs/ssdocs_errors.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "All random item spawners will no longer spawn blank documents, as this was causing errors with SSdocuments."
\ No newline at end of file