diff --git a/html/changelog.html b/html/changelog.html
index 8c0e1cc1025..0295791c9c9 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -55,6 +55,20 @@
-->
+
16 October 2015
+
MrStonedOne updated:
+
+ - Added a reconnect option to the file menu. This will allow you to reconnect to the game server without closing and re-opening the game window. This should also prevent another byond ad from playing during reconnections.
+
+
Xhuis updated:
+
+ - A gamebreaking bug has been fixed with buckets. You can now wear them on your head.
+
+
bgobandit updated:
+
+ - The Grape Growers Consortium has complained that Nanotrasen kitchens do not use their products enough. HQ has come up with a few recipes to pacify them. Goddamn winos.
+
+
13 October 2015
AnturK updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 15d99516913..ecca1a218b6 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -2089,3 +2089,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
other heat sources).
- bugfix: Fixes trashbag not being able to pickup drinks and ammo casings.
- tweak: Slimes now attaches themselves to mobs via buckling.
+2015-10-16:
+ MrStonedOne:
+ - rscadd: Added a reconnect option to the file menu. This will allow you to reconnect
+ to the game server without closing and re-opening the game window. This should
+ also prevent another byond ad from playing during reconnections.
+ Xhuis:
+ - rscadd: A gamebreaking bug has been fixed with buckets. You can now wear them
+ on your head.
+ bgobandit:
+ - rscadd: The Grape Growers Consortium has complained that Nanotrasen kitchens do
+ not use their products enough. HQ has come up with a few recipes to pacify them.
+ Goddamn winos.
diff --git a/html/changelogs/Xhuis-BucketHat.yml b/html/changelogs/Xhuis-BucketHat.yml
deleted file mode 100644
index 73c09a6c2a3..00000000000
--- a/html/changelogs/Xhuis-BucketHat.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: Xhuis
-delete-after: True
-
-changes:
- - rscadd: "A gamebreaking bug has been fixed with buckets. You can now wear them on your head."
diff --git a/html/changelogs/bgobandit - grapesetc.yml b/html/changelogs/bgobandit - grapesetc.yml
deleted file mode 100644
index 8328ea9d25b..00000000000
--- a/html/changelogs/bgobandit - grapesetc.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: bgobandit
-delete-after: True
-changes:
- - rscadd: "The Grape Growers Consortium has complained that Nanotrasen kitchens do not use their products enough. HQ has come up with a few recipes to pacify them. Goddamn winos."
diff --git a/html/changelogs/mso-reconnect.yml b/html/changelogs/mso-reconnect.yml
deleted file mode 100644
index 7304d843ac7..00000000000
--- a/html/changelogs/mso-reconnect.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: MrStonedOne
-
-# 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:
- - rscadd: "Added a reconnect option to the file menu. This will allow you to reconnect to the game server without closing and re-opening the game window. This should also prevent another byond ad from playing during reconnections."