diff --git a/html/changelog.html b/html/changelog.html
index 5c6a149e93..64639f2244 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,14 @@
-->
+
10 October 2015
+
HarpyEagle updated:
+
+ - Rubber bullets and beanbags now are now resisted by melee armour.
+ - Fixed a couple of bugs causing phoron gas fires to burn cooler and slower than they were supposed to.
+ - Merc bombs are now appropriately explosive again. Same goes for bombs made by toxins.
+
+
11 September 2015
HarpyEagle updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 4c024323f5..2db1c6ec28 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -2017,3 +2017,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2015-09-11:
HarpyEagle:
- tweak: Made flares brighter.
+2015-10-10:
+ HarpyEagle:
+ - tweak: Rubber bullets and beanbags now are now resisted by melee armour.
+ - bugfix: Fixed a couple of bugs causing phoron gas fires to burn cooler and slower
+ than they were supposed to.
+ - bugfix: Merc bombs are now appropriately explosive again. Same goes for bombs
+ made by toxins.
diff --git a/html/changelogs/HarpyEagle-rubberbullets.yml b/html/changelogs/HarpyEagle-rubberbullets.yml
deleted file mode 100644
index 841373a9f9..0000000000
--- a/html/changelogs/HarpyEagle-rubberbullets.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-################################
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-author: HarpyEagle
-delete-after: True
-changes:
- - tweak: "Rubber bullets and beanbags now are now resisted by melee armour."
diff --git a/html/changelogs/HarpyEagle-ttv.yml b/html/changelogs/HarpyEagle-ttv.yml
deleted file mode 100644
index 67d426e234..0000000000
--- a/html/changelogs/HarpyEagle-ttv.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-################################
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-author: HarpyEagle
-delete-after: True
-changes:
- - bugfix: "Fixed a couple of bugs causing phoron gas fires to burn cooler and slower than they were supposed to."
- - bugfix: "Merc bombs are now appropriately explosive again. Same goes for bombs made by toxins."