diff --git a/html/changelog.html b/html/changelog.html
index 6e8845ca845..6c8064670fa 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -55,6 +55,17 @@
-->
+
13 July 2015
+
Ikarrus updated:
+
+ - Loyalty Implant HUD Icon has been updated.
+
+
duncathan updated:
+
+ - Greatly shortened the time it takes to lay pipes with the RPD and to unwrench pipes in general.
+ - Added Optical T-Ray scanners to R&D and Atmospheric Technician closets. Optical T-Ray Scanners function identically to a handheld scanner.
+
+
11 July 2015
Dorsidwarf updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index ca0edd702e7..46dc91303a0 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -1203,3 +1203,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
and speak on a private frequency.
Ikarrus:
- tweak: Robotic augmentations have been made a bit more difficult to maintain.
+2015-07-13:
+ Ikarrus:
+ - imageadd: Loyalty Implant HUD Icon has been updated.
+ duncathan:
+ - tweak: Greatly shortened the time it takes to lay pipes with the RPD and to unwrench
+ pipes in general.
+ - rscadd: Added Optical T-Ray scanners to R&D and Atmospheric Technician closets.
+ Optical T-Ray Scanners function identically to a handheld scanner.
diff --git a/html/changelogs/dunc-rpd.yml b/html/changelogs/dunc-rpd.yml
deleted file mode 100644
index 13420324ddd..00000000000
--- a/html/changelogs/dunc-rpd.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: duncathan
-
-delete-after: True
-
-changes:
- - tweak: "Greatly shortened the time it takes to lay pipes with the RPD and to unwrench pipes in general."
diff --git a/html/changelogs/dunc-tray.yml b/html/changelogs/dunc-tray.yml
deleted file mode 100644
index b08b6f6dca8..00000000000
--- a/html/changelogs/dunc-tray.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: duncathan
-
-delete-after: True
-
-changes:
- - rscadd: "Added Optical T-Ray scanners to R&D and Atmospheric Technician closets. Optical T-Ray Scanners function identically to a handheld scanner."
diff --git a/html/changelogs/ikarrus-imp.yml b/html/changelogs/ikarrus-imp.yml
deleted file mode 100644
index f05c6d63fcf..00000000000
--- a/html/changelogs/ikarrus-imp.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# 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
-# spellcheck (typo fixes)
-# experiment
-# tgs (TG-ported fixes?)
-#################################
-
-# Your name.
-author: Ikarrus
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - imageadd: "Loyalty Implant HUD Icon has been updated."
\ No newline at end of file