diff --git a/html/changelog.html b/html/changelog.html
index 3977511342a..8b3f60a2f7e 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,22 @@
-->
+
09 April 2020
+
FearTheBlackout updated:
+
+ - Adds a Coalition of Colonies flag and banner to the loadout.
+ - Adds sprites for the Coalition of Colonies flags, courtesy of Kyres.
+
+
Furrycactus updated:
+
+ - Added another round of contractor clothing. A labcoat for Necropolis medical/research workers, a labcoat for Hephaestus research workers, and a beret for Hephaestus workers.
+
+
Geeves updated:
+
+ - Mech cargo clamps can now hold up to five items, instead of just one. Alt click to put down something specific, Crtl click to put down the first item in the list of carried stuff.
+ - Clamps no longer go into storage bags when clicking on them.
+
+
08 April 2020
Doxxmedearly updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 9b7ae1e27dd..78b48199150 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -12643,3 +12643,16 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
ReadThisNamePlz:
- tweak: Makes Grates cost only one metal rod, and it gives back one metal rod when
deconstructed.
+2020-04-09:
+ FearTheBlackout:
+ - rscadd: Adds a Coalition of Colonies flag and banner to the loadout.
+ - imageadd: Adds sprites for the Coalition of Colonies flags, courtesy of Kyres.
+ Furrycactus:
+ - rscadd: Added another round of contractor clothing. A labcoat for Necropolis medical/research
+ workers, a labcoat for Hephaestus research workers, and a beret for Hephaestus
+ workers.
+ Geeves:
+ - tweak: Mech cargo clamps can now hold up to five items, instead of just one. Alt
+ click to put down something specific, Crtl click to put down the first item
+ in the list of carried stuff.
+ - bugfix: Clamps no longer go into storage bags when clicking on them.
diff --git a/html/changelogs/FearTheBlackout-coalitionflags.yml b/html/changelogs/FearTheBlackout-coalitionflags.yml
deleted file mode 100644
index 469a6333f02..00000000000
--- a/html/changelogs/FearTheBlackout-coalitionflags.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: FearTheBlackout
-delete-after: True
-changes:
- - rscadd: "Adds a Coalition of Colonies flag and banner to the loadout."
- - imageadd: "Adds sprites for the Coalition of Colonies flags, courtesy of Kyres."
diff --git a/html/changelogs/furrycactus - more contractor fashion.yml b/html/changelogs/furrycactus - more contractor fashion.yml
deleted file mode 100644
index 2b35a74d8c6..00000000000
--- a/html/changelogs/furrycactus - more contractor fashion.yml
+++ /dev/null
@@ -1,41 +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
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: Furrycactus
-
-# 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: "Added another round of contractor clothing. A labcoat for Necropolis medical/research workers, a labcoat for Hephaestus research workers, and a beret for Hephaestus workers."
diff --git a/html/changelogs/geeves-better_clamps.yml b/html/changelogs/geeves-better_clamps.yml
deleted file mode 100644
index 375048d26ab..00000000000
--- a/html/changelogs/geeves-better_clamps.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - tweak: "Mech cargo clamps can now hold up to five items, instead of just one. Alt click to put down something specific, Crtl click to put down the first item in the list of carried stuff."
- - bugfix: "Clamps no longer go into storage bags when clicking on them."
\ No newline at end of file