diff --git a/html/changelog.html b/html/changelog.html
index 0b64abbc19..d62a2751dc 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,27 @@
-->
+
14 July 2018
+
Anewbe updated:
+
+ - Certain languages now require assistance for a species to speak, but not understand, much like EAL.
+ - Alai can only be `spoken` by Taj and Teshari.
+ - Adds a voicebox/larynx organ. Its only purpose at the moment is to assist in speaking certain langauges.
+ - Language implants, like the EAL implant, now affect the voicebox organ, instead of being a freefloating implant.
+ - Adds a language implant for Common Skrellian.
+
+
Atermonera updated:
+
+ - Steel sheets can be used to construct Roofing Tiles
+ - Roofing tiles can be used on tiles under open spaces or space tiles in multiZ maps to place a lattice and plating on the space above
+ - Roofing tiles can be used on outdoor turfs to make them indoors
+ - Both functions work together on multiZ maps with outdoor turfs, only one roofing tile is used per tile roofed.
+
+
Mechoid updated:
+
+ - Adds a new surgical procedure for fixing brute and burn on limbs.
+
+
12 July 2018
Anewbe updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 8969e5d9aa..d46764b325 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -4170,3 +4170,22 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2018-07-12:
Anewbe:
- bugfix: Technomancer Apportation now properly checks for range and scepter, again.
+2018-07-14:
+ Anewbe:
+ - tweak: Certain languages now require assistance for a species to speak, but not
+ understand, much like EAL.
+ - tweak: Alai can only be `spoken` by Taj and Teshari.
+ - rscadd: Adds a voicebox/larynx organ. Its only purpose at the moment is to assist
+ in speaking certain langauges.
+ - tweak: Language implants, like the EAL implant, now affect the voicebox organ,
+ instead of being a freefloating implant.
+ - rscadd: Adds a language implant for Common Skrellian.
+ Atermonera:
+ - rscadd: Steel sheets can be used to construct Roofing Tiles
+ - rscadd: Roofing tiles can be used on tiles under open spaces or space tiles in
+ multiZ maps to place a lattice and plating on the space above
+ - rscadd: Roofing tiles can be used on outdoor turfs to make them indoors
+ - rscadd: Both functions work together on multiZ maps with outdoor turfs, only one
+ roofing tile is used per tile roofed.
+ Mechoid:
+ - rscadd: Adds a new surgical procedure for fixing brute and burn on limbs.
diff --git a/html/changelogs/Anewbe - Languages.yml b/html/changelogs/Anewbe - Languages.yml
deleted file mode 100644
index da9a2f7b42..0000000000
--- a/html/changelogs/Anewbe - Languages.yml
+++ /dev/null
@@ -1,40 +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: "Certain languages now require assistance for a species to speak, but not understand, much like EAL."
- - tweak: "Alai can only be `spoken` by Taj and Teshari."
- - rscadd: "Adds a voicebox/larynx organ. Its only purpose at the moment is to assist in speaking certain langauges."
- - tweak: "Language implants, like the EAL implant, now affect the voicebox organ, instead of being a freefloating implant."
- - rscadd: "Adds a language implant for Common Skrellian."
\ No newline at end of file
diff --git a/html/changelogs/Atermonera - Ceilings.yml b/html/changelogs/Atermonera - Ceilings.yml
deleted file mode 100644
index 760df592f5..0000000000
--- a/html/changelogs/Atermonera - Ceilings.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Atermonera
-delete-after: True
-changes:
- - rscadd: "Steel sheets can be used to construct Roofing Tiles"
- - rscadd: "Roofing tiles can be used on tiles under open spaces or space tiles in multiZ maps to place a lattice and plating on the space above"
- - rscadd: "Roofing tiles can be used on outdoor turfs to make them indoors"
- - rscadd: "Both functions work together on multiZ maps with outdoor turfs, only one roofing tile is used per tile roofed."
diff --git a/html/changelogs/Mechoid - Surgical.yml b/html/changelogs/Mechoid - Surgical.yml
deleted file mode 100644
index 844f31e035..0000000000
--- a/html/changelogs/Mechoid - Surgical.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-author: Mechoid
-
-delete-after: True
-
-changes:
- - rscadd: "Adds a new surgical procedure for fixing brute and burn on limbs."