diff --git a/html/changelog.html b/html/changelog.html
index cd77152c9d2..00e8b69a290 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,32 @@
-->
+
01 September 2016
+
Alberyk updated:
+
+ - Added more horns and horns related facial options for Unathi.
+
+
Anewbe updated:
+
+ - Hyperzine metabolizes twice as quickly.
+ - Changeling space suits now have magboots.
+ - Armblade now has suicide_act text.
+
+
Techhead updated:
+
+ - Medical splints can now also be applied to hands and feet (in addition to arms and legs).
+ - For those that miss the old functionality, ghetto splints have been added. These can be crafted with a roll of tape and a metal rod and can only splint arms and legs.
+
+
Yosh updated:
+
+ - The secure briefcase is now available in the loadout for anyone who wishes to use it.
+ - Leaving a space area and entering a non-space area will no longer leave your sprite floating.
+ - Ponchos can now be attached to your uniform as an accessory. In addition they can also be attached to suits!
+ - Changeling regenerative stasis will now properly regrow limbs.
+ - Changeling regenerative stasis will no longer runtime and refuse to work when you have a missing limb.
+ - The shuttle during revolution will no longer take forever and a day to arrive and such.
+
+
30 August 2016
Anewbe updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index df24f59d204..c78deb23fae 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -2779,3 +2779,28 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
power flowing through it.
- bugfix: Emitters don't explode in one hit, or by tasers or non-damaging projectiles
anymore.
+2016-09-01:
+ Alberyk:
+ - rscadd: Added more horns and horns related facial options for Unathi.
+ Anewbe:
+ - tweak: Hyperzine metabolizes twice as quickly.
+ - rscadd: Changeling space suits now have magboots.
+ - rscadd: Armblade now has suicide_act text.
+ Techhead:
+ - rscadd: Medical splints can now also be applied to hands and feet (in addition
+ to arms and legs).
+ - rscadd: For those that miss the old functionality, ghetto splints have been added.
+ These can be crafted with a roll of tape and a metal rod and can only splint
+ arms and legs.
+ Yosh:
+ - rscadd: The secure briefcase is now available in the loadout for anyone who wishes
+ to use it.
+ - bugfix: Leaving a space area and entering a non-space area will no longer leave
+ your sprite floating.
+ - rscadd: Ponchos can now be attached to your uniform as an accessory. In addition
+ they can also be attached to suits!
+ - bugfix: Changeling regenerative stasis will now properly regrow limbs.
+ - bugfix: Changeling regenerative stasis will no longer runtime and refuse to work
+ when you have a missing limb.
+ - tweak: The shuttle during revolution will no longer take forever and a day to
+ arrive and such.
diff --git a/html/changelogs/Anewbe - Hyperzine.yml b/html/changelogs/Anewbe - Hyperzine.yml
deleted file mode 100644
index d4060b1990e..00000000000
--- a/html/changelogs/Anewbe - Hyperzine.yml
+++ /dev/null
@@ -1,37 +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: Anewbe
-
-# 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:
- - tweak: "Hyperzine metabolizes twice as quickly."
-
diff --git a/html/changelogs/Anewbe - Lingboots.yml b/html/changelogs/Anewbe - Lingboots.yml
deleted file mode 100644
index 8bc4597fa59..00000000000
--- a/html/changelogs/Anewbe - Lingboots.yml
+++ /dev/null
@@ -1,37 +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: Anewbe
-
-# 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: "Changeling space suits now have magboots."
- - rscadd: "Armblade now has suicide_act text."
diff --git a/html/changelogs/Techhead-Splints.yml b/html/changelogs/Techhead-Splints.yml
deleted file mode 100644
index efc41657285..00000000000
--- a/html/changelogs/Techhead-Splints.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Techhead
-
-delete-after: True
-
-changes:
- - rscadd: "Medical splints can now also be applied to hands and feet (in addition to arms and legs)."
- - rscadd: "For those that miss the old functionality, ghetto splints have been added. These can be crafted with a roll of tape and a metal rod and can only splint arms and legs."
\ No newline at end of file
diff --git a/html/changelogs/Yoshax - Case.yml b/html/changelogs/Yoshax - Case.yml
deleted file mode 100644
index 0ac726b460c..00000000000
--- a/html/changelogs/Yoshax - Case.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
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: Yosh
-
-# 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: "The secure briefcase is now available in the loadout for anyone who wishes to use it."
\ No newline at end of file
diff --git a/html/changelogs/Yoshax - Floating.yml b/html/changelogs/Yoshax - Floating.yml
deleted file mode 100644
index b42ea00f267..00000000000
--- a/html/changelogs/Yoshax - Floating.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
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: Yosh
-
-# 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: "Leaving a space area and entering a non-space area will no longer leave your sprite floating."
\ No newline at end of file
diff --git a/html/changelogs/Yoshax - Ponchos.yml b/html/changelogs/Yoshax - Ponchos.yml
deleted file mode 100644
index 1625b5a53c8..00000000000
--- a/html/changelogs/Yoshax - Ponchos.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
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: Yosh
-
-# 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: "Ponchos can now be attached to your uniform as an accessory. In addition they can also be attached to suits!"
\ No newline at end of file
diff --git a/html/changelogs/Yoshax - Regen.yml b/html/changelogs/Yoshax - Regen.yml
deleted file mode 100644
index 023b98a3ae3..00000000000
--- a/html/changelogs/Yoshax - Regen.yml
+++ /dev/null
@@ -1,37 +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: Yosh
-
-# 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: "Changeling regenerative stasis will now properly regrow limbs."
- - bugfix: "Changeling regenerative stasis will no longer runtime and refuse to work when you have a missing limb."
diff --git a/html/changelogs/Yoshax - Rev.yml b/html/changelogs/Yoshax - Rev.yml
deleted file mode 100644
index f328183dbb8..00000000000
--- a/html/changelogs/Yoshax - Rev.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
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: Yosh
-
-# 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:
- - tweak: "The shuttle during revolution will no longer take forever and a day to arrive and such."
\ No newline at end of file
diff --git a/html/changelogs/alberyk-PR-752.yml b/html/changelogs/alberyk-PR-752.yml
deleted file mode 100644
index 9a6d435838e..00000000000
--- a/html/changelogs/alberyk-PR-752.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-author: Alberyk
-
-delete-after: True
-
-changes:
- - rscadd: "Added more horns and horns related facial options for Unathi."