diff --git a/html/changelog.html b/html/changelog.html
index dd838a097cd..f193a90bc65 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,17 @@
-->
+
31 August 2016
+
Bedshaped updated:
+
+ - Added species check helpers to the code.
+ - ATMs will now announce their ID and location when put in lockdown.
+ - ATMs can no longer scan a person for an ID, must be inserted.
+ - Various bits of code reorganizing.
+ - HOTFIX: Printing paper from an ATM should no longer be able to be spammed.
+ - You can no longer use an ATM if not adjacent to it.
+
+
25 August 2016
Bedshaped updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 17822108fc4..62234eaa6ce 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -2575,3 +2575,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Spiderbot health increased from 10 to 25.
Skull132:
- bugfix: Potassium-water and nitroglycerin grenades now work again properly.
+2016-08-31:
+ Bedshaped:
+ - rscadd: Added species check helpers to the code.
+ - rscadd: ATMs will now announce their ID and location when put in lockdown.
+ - tweak: ATMs can no longer scan a person for an ID, must be inserted.
+ - wip: Various bits of code reorganizing.
+ - bugfix: 'HOTFIX: Printing paper from an ATM should no longer be able to be spammed.'
+ - bugfix: You can no longer use an ATM if not adjacent to it.
diff --git a/html/changelogs/Bedshaped-PR-770.yml b/html/changelogs/Bedshaped-PR-770.yml
deleted file mode 100644
index e95620a5947..00000000000
--- a/html/changelogs/Bedshaped-PR-770.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Bedshaped
-
-delete-after: True
-
-changes:
- - rscadd: "Added species check helpers to the code."
diff --git a/html/changelogs/Bedshaped-PR-783.yml b/html/changelogs/Bedshaped-PR-783.yml
deleted file mode 100644
index 0428d88239b..00000000000
--- a/html/changelogs/Bedshaped-PR-783.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Bedshaped
-
-delete-after: True
-
-changes:
- - rscadd: "ATMs will now announce their ID and location when put in lockdown."
- - tweak: "ATMs can no longer scan a person for an ID, must be inserted."
- - wip: "Various bits of code reorganizing."
diff --git a/html/changelogs/Bedshaped-PR-847.yml b/html/changelogs/Bedshaped-PR-847.yml
deleted file mode 100644
index d026d2a731a..00000000000
--- a/html/changelogs/Bedshaped-PR-847.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Bedshaped
-
-delete-after: True
-
-changes:
- - bugfix: "HOTFIX: Printing paper from an ATM should no longer be able to be spammed."
- - bugfix: "You can no longer use an ATM if not adjacent to it."