diff --git a/html/changelog.html b/html/changelog.html
index 33a35b4ea5..7a0461244c 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,23 @@
-->
+
07 July 2019
+
Heroman3003 updated:
+
+ - Broken components now have matter worth of 1000 steel units (half a sheet).
+ - Components dropped from loot piles will now use random proper sprite instead of default placeholder.
+
+
mistyLuminescence updated:
+
+ - Now available in Cargo: xenoarch technology (100 points) and tactical light armor (75 points)!
+ - Tactical light armor is like regular tactical armor, but lighter (a full set is 0.5 slowdown), warmer (protects against moderate snow) and a little less protective.
+ - Leg guards can now store bootknives.
+ - Xenoarch brushes and pickaxes now have a reasonable force rating instead of hitting like a truck.
+ - Adds the 'POI - ' prefix to the POI location names to make it easier for ghosts to teleport to them- e.g. 'POI - Rocky2' rather than just 'Rocky2'.
+ - Fixes a runtime caused by attempting to use a crew monitor console while on an invalid Z-level.
+ - Fixes GPSes not detecting other GPSes while on an invalid Z-level. Transit Z is unaffected by this- no spying on other shuttles!
+
+
23 June 2019
Mechoid updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index d1729420ba..84bda2f98b 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -4594,3 +4594,23 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Adds cats-in-boxes, which can be activated (once) to spawn cats. There's
an orange tabby (Cargo cats) and a tuxedo (Runtime) version.
- bugfix: Fixes a material duplication exploit.
+2019-07-07:
+ Heroman3003:
+ - rscadd: Broken components now have matter worth of 1000 steel units (half a sheet).
+ - tweak: Components dropped from loot piles will now use random proper sprite instead
+ of default placeholder.
+ mistyLuminescence:
+ - rscadd: 'Now available in Cargo: xenoarch technology (100 points) and tactical
+ light armor (75 points)!'
+ - rscadd: Tactical light armor is like regular tactical armor, but lighter (a full
+ set is 0.5 slowdown), warmer (protects against moderate snow) and a little less
+ protective.
+ - tweak: Leg guards can now store bootknives.
+ - tweak: Xenoarch brushes and pickaxes now have a reasonable force rating instead
+ of hitting like a truck.
+ - tweak: Adds the 'POI - ' prefix to the POI location names to make it easier for
+ ghosts to teleport to them- e.g. 'POI - Rocky2' rather than just 'Rocky2'.
+ - bugfix: Fixes a runtime caused by attempting to use a crew monitor console while
+ on an invalid Z-level.
+ - bugfix: Fixes GPSes not detecting other GPSes while on an invalid Z-level. Transit
+ Z is unaffected by this- no spying on other shuttles!
diff --git a/html/changelogs/Heroman3003 - Broken Components.yml b/html/changelogs/Heroman3003 - Broken Components.yml
deleted file mode 100644
index d2892f2a41..0000000000
--- a/html/changelogs/Heroman3003 - Broken Components.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: Heroman3003
-
-# 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: "Broken components now have matter worth of 1000 steel units (half a sheet)."
- - tweak: "Components dropped from loot piles will now use random proper sprite instead of default placeholder."
diff --git a/html/changelogs/mistyLuminescence - POInames.yml b/html/changelogs/mistyLuminescence - POInames.yml
deleted file mode 100644
index 37e9838c35..0000000000
--- a/html/changelogs/mistyLuminescence - POInames.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: mistyLuminescence
-
-# 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: Adds the "POI - " prefix to the POI location names to make it easier for ghosts to teleport to them- e.g. "POI - Rocky2" rather than just "Rocky2".
\ No newline at end of file
diff --git a/html/changelogs/mistyLuminescence - newcrates.yml b/html/changelogs/mistyLuminescence - newcrates.yml
deleted file mode 100644
index c30ca4bc32..0000000000
--- a/html/changelogs/mistyLuminescence - newcrates.yml
+++ /dev/null
@@ -1,39 +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: mistyLuminescence
-
-# 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: Now available in Cargo: xenoarch technology (100 points) and tactical light armor (75 points)!
- - rscadd: Tactical light armor is like regular tactical armor, but lighter (a full set is 0.5 slowdown), warmer (protects against moderate snow) and a little less protective.
- - tweak: Leg guards can now store bootknives.
- - tweak: Xenoarch brushes and pickaxes now have a reasonable force rating instead of hitting like a truck.
\ No newline at end of file
diff --git a/html/changelogs/mistyLuminescence - zruntime.yml b/html/changelogs/mistyLuminescence - zruntime.yml
deleted file mode 100644
index 2251dc83f8..0000000000
--- a/html/changelogs/mistyLuminescence - zruntime.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: mistyLuminescence
-
-# 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: "Fixes a runtime caused by attempting to use a crew monitor console while on an invalid Z-level."
- - bugfix: "Fixes GPSes not detecting other GPSes while on an invalid Z-level. Transit Z is unaffected by this- no spying on other shuttles!"
\ No newline at end of file