diff --git a/html/changelog.html b/html/changelog.html
index 2555af4cc1a..11a804af9e7 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,17 @@
-->
+
11 November 2016
+
Bedshaped updated:
+
+ - Fixed Spider-bots unable to vent-crawl.
+ - Fixed a runtime error when exiting through a pipe after vent-crawling.
+ - Fixed incorrect message when putting robots in storage.
+ - Fixed floor painters being able to be used on non-valid tiles.
+ - Fixed magnetic locks unable to be damaged and increased their health.
+ - Quietened Bosun's whistle.
+
+
09 November 2016
Nanako updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 0b8bbae1051..21be99fa33b 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -3021,3 +3021,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Fixed the trolleys and trams by reverting code, and simply tweaking the
values to reference the updated move system. All issues, including edgecases,
should be resolved now.
+2016-11-11:
+ Bedshaped:
+ - bugfix: Fixed Spider-bots unable to vent-crawl.
+ - bugfix: Fixed a runtime error when exiting through a pipe after vent-crawling.
+ - bugfix: Fixed incorrect message when putting robots in storage.
+ - bugfix: Fixed floor painters being able to be used on non-valid tiles.
+ - bugfix: Fixed magnetic locks unable to be damaged and increased their health.
+ - tweak: Quietened Bosun's whistle.
diff --git a/html/changelogs/Bedshaped-PR-1146.yml b/html/changelogs/Bedshaped-PR-1146.yml
deleted file mode 100644
index 8c0a395aa2c..00000000000
--- a/html/changelogs/Bedshaped-PR-1146.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-author: Bedshaped
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed Spider-bots unable to vent-crawl."
- - bugfix: "Fixed a runtime error when exiting through a pipe after vent-crawling."
- - bugfix: "Fixed incorrect message when putting robots in storage."
- - bugfix: "Fixed floor painters being able to be used on non-valid tiles."
- - bugfix: "Fixed magnetic locks unable to be damaged and increased their health."
- - tweak: "Quietened Bosun's whistle."