diff --git a/html/changelog.html b/html/changelog.html
index a02fa42c3ec..85ed573e72e 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -60,6 +60,8 @@
Birdtalon updated:
- Medbots can now inject from their internal beakers.
+ - Swarmers can no longer kill the AI with direct attacks.
+ - Simple animal melee damage now has a sanity check for AI core.
14 August 2017
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 65289f80d61..06af5aa85fa 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -5393,3 +5393,5 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2017-08-15:
Birdtalon:
- bugfix: Medbots can now inject from their internal beakers.
+ - bugfix: Swarmers can no longer kill the AI with direct attacks.
+ - rscadd: Simple animal melee damage now has a sanity check for AI core.
diff --git a/html/changelogs/AutoChangeLog-pr-7984.yml b/html/changelogs/AutoChangeLog-pr-7984.yml
deleted file mode 100644
index cd05effc048..00000000000
--- a/html/changelogs/AutoChangeLog-pr-7984.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Birdtalon"
-delete-after: True
-changes:
- - bugfix: "Swarmers can no longer kill the AI with direct attacks."
- - rscadd: "Simple animal melee damage now has a sanity check for AI core."