diff --git a/html/changelog.html b/html/changelog.html
index e7ad3c8697c..11d88e379af 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -55,6 +55,16 @@
-->
+
09 January 2017
+
Crazylemon64 updated:
+
+ - The operating table now checks for both either `lying` or `resting` - so surgery will work no matter what on unconscious people lying on your table.
+
+
Kyep updated:
+
+ - Antags should no longer get bounced to lobby at round start in certain rare situations.
+
+
07 January 2017
Markolie updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 31214026e7a..4de6bf51203 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -3283,3 +3283,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2017-01-07:
Markolie:
- bugfix: False walls now block atmospherics, unless it's open.
+2017-01-09:
+ Crazylemon64:
+ - tweak: The operating table now checks for both either `lying` or `resting` - so
+ surgery will work no matter what on unconscious people lying on your table.
+ Kyep:
+ - bugfix: Antags should no longer get bounced to lobby at round start in certain
+ rare situations.
diff --git a/html/changelogs/AutoChangeLog-pr-5984.yml b/html/changelogs/AutoChangeLog-pr-5984.yml
deleted file mode 100644
index 630a23dba34..00000000000
--- a/html/changelogs/AutoChangeLog-pr-5984.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - bugfix: "Antags should no longer get bounced to lobby at round start in certain rare situations."
diff --git a/html/changelogs/AutoChangeLog-pr-6061.yml b/html/changelogs/AutoChangeLog-pr-6061.yml
deleted file mode 100644
index 7f2baf3e345..00000000000
--- a/html/changelogs/AutoChangeLog-pr-6061.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Crazylemon64"
-delete-after: True
-changes:
- - tweak: "The operating table now checks for both either `lying` or `resting` - so surgery will work no matter what on unconscious people lying on your table."