diff --git a/html/changelog.html b/html/changelog.html
index d3183fc169..23f72b4800 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,38 @@
-->
+
27 March 2020
+
Arokha updated:
+
+ - Ported VChat. If you find any messages that are not sorted by any filters, or that you feel are sorted incorrectly, please submit a bug report on our issue tracker on github.
+
+
Atermonera updated:
+
+ - Basic distillery (not the industrial-) will ping when it reaches its target temperature.
+ - Basic distillery uses logistic curve to determine temperature change, and should be much faster.
+ - Industrial distillery respects gas laws, particularly as pertains to low temperatures.
+ - Prometheans can be slipped by disarm intent again
+
+
Leshana updated:
+
+ - Added skybox parallax background for space.
+ - Baystation12 style Overmap
+ - Make transit turfs (shuttle transit) actually look like they move in the right direction.
+
+
Mechoid updated:
+
+ - Artifact shields now work again.
+ - Anomaly batteries work again.
+ - Archaeology sites can have unique batteries, syringes, rings, and 'clubs'.
+ - Multiple artifact effects added, in order to provide more spice, from naughty to nice.
+ - Tweaks to normal artifact finds to be more unique.
+
+
Shadow-Quill updated:
+
+ - Adds emergency backup cells to most light fixtures
+ - AIs can turn emergency lighting on and off by clicking light fixtures. Flickering the lights has been moved to alt-click.
+
+
20 March 2020
Aronai/Arokha updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 20bac212dd..4c1602a2a3 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -5036,3 +5036,32 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
schnayy:
- rscadd: Adds Sabitsuki and Bedhead Longest hairstyles.
- tweak: Adjusts pixels on the Jessica, Celeb Curls, and Beach Waves hairstyles.
+2020-03-27:
+ Arokha:
+ - rscadd: Ported VChat. If you find any messages that are not sorted by any filters,
+ or that you feel are sorted incorrectly, please submit a bug report on our issue
+ tracker on github.
+ Atermonera:
+ - rscadd: Basic distillery (not the industrial-) will ping when it reaches its target
+ temperature.
+ - tweak: Basic distillery uses logistic curve to determine temperature change, and
+ should be much faster.
+ - tweak: Industrial distillery respects gas laws, particularly as pertains to low
+ temperatures.
+ - bugfix: Prometheans can be slipped by disarm intent again
+ Leshana:
+ - rscadd: Added skybox parallax background for space.
+ - rscadd: Baystation12 style Overmap
+ - tweak: Make transit turfs (shuttle transit) actually look like they move in the
+ right direction.
+ Mechoid:
+ - bugfix: Artifact shields now work again.
+ - bugfix: Anomaly batteries work again.
+ - rscadd: Archaeology sites can have unique batteries, syringes, rings, and 'clubs'.
+ - rscadd: Multiple artifact effects added, in order to provide more spice, from
+ naughty to nice.
+ - tweak: Tweaks to normal artifact finds to be more unique.
+ Shadow-Quill:
+ - rscadd: Adds emergency backup cells to most light fixtures
+ - tweak: AIs can turn emergency lighting on and off by clicking light fixtures.
+ Flickering the lights has been moved to alt-click.
diff --git a/html/changelogs/Mechoid - Xenoarch.yml b/html/changelogs/Mechoid - Xenoarch.yml
deleted file mode 100644
index b3df577d25..0000000000
--- a/html/changelogs/Mechoid - Xenoarch.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: Mechoid
-
-# 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: "Artifact shields now function properly after fixing a runtime."
- - bugfix: "Anomaly batteries function again."
- - rscadd: "Archaeology sites can have unique batteries, syringes, rings, and 'clubs'."
- - rscadd: "Multiple artifact effects added, in order to provide more spice, from naughty to nice."
- - tweak: "Tweaks to normal artifact finds to be more unique."
diff --git a/html/changelogs/ShadowQuill - Emergency-Lighting.yml b/html/changelogs/ShadowQuill - Emergency-Lighting.yml
deleted file mode 100644
index b046710905..0000000000
--- a/html/changelogs/ShadowQuill - Emergency-Lighting.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: Shadow-Quill
-
-# 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: "Adds emergency backup cells to most light fixtures"
- - tweak: "AIs can turn emergency lighting on and off by clicking light fixtures. Flickering the lights has been moved to alt-click.
\ No newline at end of file
diff --git a/html/changelogs/TheFurryFeline - Message_Fixy_For_Snowballs_and_Kickstands.yml b/html/changelogs/TheFurryFeline - Message_Fixy_For_Snowballs_and_Kickstands.yml
deleted file mode 100644
index 2523645dec..0000000000
--- a/html/changelogs/TheFurryFeline - Message_Fixy_For_Snowballs_and_Kickstands.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: TheFurryFeline
-
-# 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: "Change output of messages relating to snowball compacting and bike kickstand actions."
diff --git a/html/changelogs/atermonera_distillery.yml b/html/changelogs/atermonera_distillery.yml
deleted file mode 100644
index 8388ec540e..0000000000
--- a/html/changelogs/atermonera_distillery.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Atermonera
-delete-after: True
-changes:
- - rscadd: "Basic distillery (not the industrial-) will ping when it reaches its target temperature."
- - tweak: "Basic distillery uses logistic curve to determine temperature change, and should be much faster."
- - tweak: "Industrial distillery respects gas laws, particularly as pertains to low temperatures."
\ No newline at end of file
diff --git a/html/changelogs/atermonera_prommie_slippers.yml b/html/changelogs/atermonera_prommie_slippers.yml
deleted file mode 100644
index 72fdc1e3e0..0000000000
--- a/html/changelogs/atermonera_prommie_slippers.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: Atermonera
-delete-after: True
-changes:
- - bugfix: "Prometheans can be slipped again"