diff --git a/html/changelog.html b/html/changelog.html
index 1f2ba51d92c..48425aecb41 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -57,6 +57,17 @@
27 January 2019
+
Kyep updated:
+
+ - fixed a runtime in hear_say.dm
+ - Fixed item_attack / attack_obj runtime.
+ - Fixed runtime when double-clicking a stool in-hand.
+ - Antag objectives (kill, debrain, etc) can no longer target people on unreachable zlevels, like the admin-only/centcom zlevel.
+
+
Kyep and alonefromhell and Ty Omaha updated:
+
+ - Whispers are now fully readable in admin log.
+
datlo updated:
- Syndicate medical cyborgs now get a portable full body analyzer, making them much more effective field surgeons.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index debe145880a..aa052b01a1d 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -8847,6 +8847,14 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Books now deal light damage on hit if you're not on help intent. Space
law book deals extra damage.
2019-01-27:
+ Kyep:
+ - bugfix: fixed a runtime in hear_say.dm
+ - bugfix: Fixed item_attack / attack_obj runtime.
+ - bugfix: Fixed runtime when double-clicking a stool in-hand.
+ - bugfix: Antag objectives (kill, debrain, etc) can no longer target people on unreachable
+ zlevels, like the admin-only/centcom zlevel.
+ Kyep and alonefromhell and Ty Omaha:
+ - bugfix: Whispers are now fully readable in admin log.
datlo:
- rscadd: Syndicate medical cyborgs now get a portable full body analyzer, making
them much more effective field surgeons.
diff --git a/html/changelogs/AutoChangeLog-pr-10741.yml b/html/changelogs/AutoChangeLog-pr-10741.yml
deleted file mode 100644
index ffc0e33e4f6..00000000000
--- a/html/changelogs/AutoChangeLog-pr-10741.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - bugfix: "fixed a runtime in hear_say.dm"
diff --git a/html/changelogs/AutoChangeLog-pr-10742.yml b/html/changelogs/AutoChangeLog-pr-10742.yml
deleted file mode 100644
index aeeaa06ca99..00000000000
--- a/html/changelogs/AutoChangeLog-pr-10742.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - bugfix: "Fixed item_attack / attack_obj runtime."
diff --git a/html/changelogs/AutoChangeLog-pr-10743.yml b/html/changelogs/AutoChangeLog-pr-10743.yml
deleted file mode 100644
index bcff1b338dd..00000000000
--- a/html/changelogs/AutoChangeLog-pr-10743.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - bugfix: "Fixed runtime when double-clicking a stool in-hand."
diff --git a/html/changelogs/AutoChangeLog-pr-10744.yml b/html/changelogs/AutoChangeLog-pr-10744.yml
deleted file mode 100644
index 207eeddd758..00000000000
--- a/html/changelogs/AutoChangeLog-pr-10744.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep and alonefromhell and Ty Omaha"
-delete-after: True
-changes:
- - bugfix: "Whispers are now fully readable in admin log."
diff --git a/html/changelogs/AutoChangeLog-pr-10745.yml b/html/changelogs/AutoChangeLog-pr-10745.yml
deleted file mode 100644
index 49986d2ea7b..00000000000
--- a/html/changelogs/AutoChangeLog-pr-10745.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - bugfix: "Antag objectives (kill, debrain, etc) can no longer target people on unreachable zlevels, like the admin-only/centcom zlevel."