diff --git a/html/changelog.html b/html/changelog.html
index 35624c64d4f..6045c2ca046 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,35 @@
-->
+
29 April 2020
+
Leshana updated:
+
+ - Ship Helm, Sensors, Navigation, and Engine Control consoles are now de-/constructable.
+ - Exploration (Overmap) Shuttle Console is now de-/constructable.
+ - Mappers no longer need to varedit shuttle_tag on shuttle consoles.
+ - Admin Start Now verb can be used at any time during startup and it won't actually start the game until initialization is completed.
+ - Lobby stat panel shows time remaining on lobby votes and if the server is done initializing.
+
+
Neerti updated:
+
+ - You can now eat as much food as you want, even while 'full'.
+
+
Novacat updated:
+
+ - Re-enabled dual wielding penalties for most weapons that had them.
+ - New dual-wielding sprites for weapons that needed them and did not have them.
+
+
Shadow Quill updated:
+
+ - Fixes the 'broken/damaged' message when an airlock is just broken.
+ - Heavy duty cell chargers now have flashing lights as they charge! When all the lights are flashing, that means the cell is done.
+
+
atlantiscze updated:
+
+ - Shutoff valve monitoring is now also available as a modular computer program. Its UI has also been cleaned up a little.
+ - Research robot module now has basic exploration and xenoarchaeology tools.
+
+
20 April 2020
Atermonera updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 978851cd3ea..08eaf8a18ce 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -5109,3 +5109,26 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Opening a stasis bag that's being used now gives a prompt to confirm if
you want to open it and make the bag expire. No more misclicks making doctors
want to murder you.
+2020-04-29:
+ Leshana:
+ - rscadd: Ship Helm, Sensors, Navigation, and Engine Control consoles are now de-/constructable.
+ - rscadd: Exploration (Overmap) Shuttle Console is now de-/constructable.
+ - tweak: Mappers no longer need to varedit shuttle_tag on shuttle consoles.
+ - rscadd: Admin Start Now verb can be used at any time during startup and it won't
+ actually start the game until initialization is completed.
+ - rscadd: Lobby stat panel shows time remaining on lobby votes and if the server
+ is done initializing.
+ Neerti:
+ - rscadd: You can now eat as much food as you want, even while 'full'.
+ Novacat:
+ - tweak: Re-enabled dual wielding penalties for most weapons that had them.
+ - rscadd: New dual-wielding sprites for weapons that needed them and did not have
+ them.
+ Shadow Quill:
+ - bugfix: Fixes the 'broken/damaged' message when an airlock is just broken.
+ - tweak: Heavy duty cell chargers now have flashing lights as they charge! When
+ all the lights are flashing, that means the cell is done.
+ atlantiscze:
+ - rscadd: Shutoff valve monitoring is now also available as a modular computer program.
+ Its UI has also been cleaned up a little.
+ - rscadd: Research robot module now has basic exploration and xenoarchaeology tools.
diff --git a/html/changelogs/Leshana-vplk-shuttle-construction.yml b/html/changelogs/Leshana-vplk-shuttle-construction.yml
deleted file mode 100644
index e6c08c14e8e..00000000000
--- a/html/changelogs/Leshana-vplk-shuttle-construction.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Leshana
-delete-after: True
-changes:
- - rscadd: "Added circuitboards for ship Helm, Sensors, Navigation, and Engine Control consoles."
- - rscadd: "Added circuitboards for Exploration (Overmap) Shuttle Console."
- - tweak: "Mappers no longer need to varedit shuttle_tag on shuttle consoles."
diff --git a/html/changelogs/Shadow_Airlocks.yml b/html/changelogs/Shadow_Airlocks.yml
deleted file mode 100644
index 02592f03cce..00000000000
--- a/html/changelogs/Shadow_Airlocks.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: 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:
- - bugfix: "Fixes the 'broken/damaged' message when an airlock is just broken."
diff --git a/html/changelogs/Shadow_flashingcells.yml b/html/changelogs/Shadow_flashingcells.yml
deleted file mode 100644
index a6127f683ab..00000000000
--- a/html/changelogs/Shadow_flashingcells.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: 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:
- - tweak: "Heavy duty cell chargers now have flashing lights as they charge! When all the lights are flashing, that means the cell is done."
diff --git a/html/changelogs/atlantiscze-valveprogram.yml b/html/changelogs/atlantiscze-valveprogram.yml
deleted file mode 100644
index 3d288c05be3..00000000000
--- a/html/changelogs/atlantiscze-valveprogram.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: atlantiscze
-delete-after: True
-
-changes:
- - rscadd: "Shutoff valve monitoring is now also available as a modular computer program. Its UI has also been cleaned up a little."
\ No newline at end of file
diff --git a/html/changelogs/atlantiscze-xenoarch.yml b/html/changelogs/atlantiscze-xenoarch.yml
deleted file mode 100644
index 6b594f3829d..00000000000
--- a/html/changelogs/atlantiscze-xenoarch.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: atlantiscze
-
-delete-after: True
-
-changes:
- - rscadd: "Research robot module now has basic exploration and xenoarchaeology tools."
\ No newline at end of file
diff --git a/html/changelogs/neerti_all_the_food.yml b/html/changelogs/neerti_all_the_food.yml
deleted file mode 100644
index f0c1b4ab61b..00000000000
--- a/html/changelogs/neerti_all_the_food.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: Neerti
-
-# 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: "You can now eat as much food as you want, even while 'full'."
diff --git a/html/changelogs/novacat-dualwielding.yml b/html/changelogs/novacat-dualwielding.yml
deleted file mode 100644
index fc54d3f7dd0..00000000000
--- a/html/changelogs/novacat-dualwielding.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: Novacat
-
-# 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: "Re-enabled dual wielding penalties for most weapons that had them."
- - rscadd: "New dual-wielding sprites for weapons that needed them and did not have them."