diff --git a/html/changelog.html b/html/changelog.html
index b28eba2bd6b..7491a6d49b3 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,25 @@
-->
+
24 July 2016
+
Alberyk updated:
+
+ - Added departamental related voidsuits crates to the supply console.
+ - Added security and engineering maglock crates to the supply console.
+ - Costumes crates do not require theater access anymore.
+
+
Bedshaped updated:
+
+ - Command reports now only ask for a name if you used a template
+ - MalfAI's fake command report plays the regular report sound so the Malf can't be metaguessed
+
+
LordFowl updated:
+
+ - Fixed certain items being unable to acquire via RnD due to impossibly high research requirements.
+ - Fixed lawgiver not displaying a name for its entry in the protolathe.
+ - Halved the effectiveness of the Zo'ra blaster.
+
+
20 July 2016
Skull132 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index bd48f6317fd..463187ee442 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -2318,3 +2318,17 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
is still onboard.
- tweak: Gibbing or husking a Diona will no longer have them split off into nymphs.
A gibbed or husked Diona is now permadead.
+2016-07-24:
+ Alberyk:
+ - rscadd: Added departamental related voidsuits crates to the supply console.
+ - rscadd: Added security and engineering maglock crates to the supply console.
+ - tweak: Costumes crates do not require theater access anymore.
+ Bedshaped:
+ - tweak: Command reports now only ask for a name if you used a template
+ - bugfix: MalfAI's fake command report plays the regular report sound so the Malf
+ can't be metaguessed
+ LordFowl:
+ - bugfix: Fixed certain items being unable to acquire via RnD due to impossibly
+ high research requirements.
+ - bugfix: Fixed lawgiver not displaying a name for its entry in the protolathe.
+ - tweak: Halved the effectiveness of the Zo'ra blaster.
diff --git a/html/changelogs/alberyk-PR-579.yml b/html/changelogs/alberyk-PR-579.yml
deleted file mode 100644
index 5a68abdad78..00000000000
--- a/html/changelogs/alberyk-PR-579.yml
+++ /dev/null
@@ -1,38 +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
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: Alberyk
-
-# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Added departamental related voidsuits crates to the supply console."
- - rscadd: "Added security and engineering maglock crates to the supply console."
- - tweak: "Costumes crates do not require theater access anymore."
diff --git a/html/changelogs/bedshaped-PR-623.yml b/html/changelogs/bedshaped-PR-623.yml
deleted file mode 100644
index fa479348016..00000000000
--- a/html/changelogs/bedshaped-PR-623.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Bedshaped
-
-delete-after: True
-
-changes:
- - tweak: "Command reports now only ask for a name if you used a template"
- - bugfix: "MalfAI's fake command report plays the regular report sound so the Malf can't be metaguessed"
diff --git a/html/changelogs/example - Copy.yml b/html/changelogs/example - Copy.yml
deleted file mode 100644
index 72c2b4e7a3f..00000000000
--- a/html/changelogs/example - Copy.yml
+++ /dev/null
@@ -1,38 +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
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: LordFowl
-
-# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - bugfix: "Fixed certain items being unable to acquire via RnD due to impossibly high research requirements."
- - bugfix: "Fixed lawgiver not displaying a name for its entry in the protolathe."
- - tweak: "Halved the effectiveness of the Zo'ra blaster."
\ No newline at end of file