diff --git a/html/changelog.html b/html/changelog.html
index fc44dd83814..7be2f31adae 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -78,6 +78,8 @@
Ty-Omaha updated:
- Pulling fixed
+ - Better way of fixing hostile mobs not attacking
+ - Hostile mobs attack again instead of nuzzle
27 October 2018
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index cff0b02cf6f..7633a3568db 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -7760,3 +7760,5 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Fixed being able to open containers via dragging, while being incapacitated.
Ty-Omaha:
- bugfix: Pulling fixed
+ - tweak: Better way of fixing hostile mobs not attacking
+ - bugfix: Hostile mobs attack again instead of nuzzle
diff --git a/html/changelogs/AutoChangeLog-pr-10026.yml b/html/changelogs/AutoChangeLog-pr-10026.yml
deleted file mode 100644
index f59e31bd034..00000000000
--- a/html/changelogs/AutoChangeLog-pr-10026.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Ty-Omaha"
-delete-after: True
-changes:
- - bugfix: "Hostile mobs attack again instead of nuzzle"
diff --git a/html/changelogs/AutoChangeLog-pr-10027.yml b/html/changelogs/AutoChangeLog-pr-10027.yml
deleted file mode 100644
index bc5ee16db9d..00000000000
--- a/html/changelogs/AutoChangeLog-pr-10027.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Ty-Omaha"
-delete-after: True
-changes:
- - tweak: "Better way of fixing hostile mobs not attacking"