diff --git a/html/changelog.html b/html/changelog.html
index 6f16ef84613..ae3d6222bd5 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,31 @@
-->
+
28 April 2018
+
Anewbe updated:
+
+ - Communicator visibility (the thing that lets people see your communicator when you're a ghost) is now saved to character slots, rather than globally.
+ - Jobs that are set to Never on your preferences are hidden by default on the Late Join selection menu. There is a button to reveal them.
+
+
Arokha updated:
+
+ - Nerve reattaching surgery now works correctly. (Hemostat on limb)
+ - Limbs dropped by people have appropriate flags.
+
+
Atermonera updated:
+
+ - Human examine code has received a major refactor. If you encounter unusual behaviour that seems wrong, please report it.
+
+
Cerebulon updated:
+
+ - Pumpkins are no longer green ovals. They now grow on actual vines.
+
+
schnayy updated:
+
+ - Space carp plushies now load sprites and are all selectable from loadout.
+ - Adds several newer plushies to the gift vendor as well as adjusting cost of gift vendor's contents.
+
+
19 April 2018
Anewbe updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 098cc09e287..e35e5c6296d 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -4088,3 +4088,21 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: RD office now has its telescreen back.
lorwp:
- bugfix: Pilot headsets can now fallback to shortwave radio
+2018-04-28:
+ Anewbe:
+ - tweak: Communicator visibility (the thing that lets people see your communicator
+ when you're a ghost) is now saved to character slots, rather than globally.
+ - tweak: Jobs that are set to Never on your preferences are hidden by default on
+ the Late Join selection menu. There is a button to reveal them.
+ Arokha:
+ - bugfix: Nerve reattaching surgery now works correctly. (Hemostat on limb)
+ - bugfix: Limbs dropped by people have appropriate flags.
+ Atermonera:
+ - tweak: Human examine code has received a major refactor. If you encounter unusual
+ behaviour that seems wrong, please report it.
+ Cerebulon:
+ - bugfix: Pumpkins are no longer green ovals. They now grow on actual vines.
+ schnayy:
+ - bugfix: Space carp plushies now load sprites and are all selectable from loadout.
+ - tweak: Adds several newer plushies to the gift vendor as well as adjusting cost
+ of gift vendor's contents.
diff --git a/html/changelogs/Anewbe - Communicators.yml b/html/changelogs/Anewbe - Communicators.yml
deleted file mode 100644
index 09822677860..00000000000
--- a/html/changelogs/Anewbe - Communicators.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: 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: "Communicator visibility (the thing that lets people see your communicator when you're a ghost) is now saved to character slots, rather than globally."
\ No newline at end of file
diff --git a/html/changelogs/Anewbe - Late Join Hidden.yml b/html/changelogs/Anewbe - Late Join Hidden.yml
deleted file mode 100644
index 2f6c7115974..00000000000
--- a/html/changelogs/Anewbe - Late Join Hidden.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: 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: "Jobs that are set to Never on your preferences are hidden by default on the Late Join selection menu. There is a button to reveal them."
\ No newline at end of file
diff --git a/html/changelogs/Cerebulon - pumpkins.yml b/html/changelogs/Cerebulon - pumpkins.yml
deleted file mode 100644
index 42edb7ad6ff..00000000000
--- a/html/changelogs/Cerebulon - pumpkins.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-author: Cerebulon
-
-
-delete-after: True
-
-changes:
- - bugfix: "Pumpkins no longer green ovals. Now grow on actual vines."
diff --git a/html/changelogs/arokha - pol-limbprint.yml b/html/changelogs/arokha - pol-limbprint.yml
deleted file mode 100644
index b80cbe68d0e..00000000000
--- a/html/changelogs/arokha - pol-limbprint.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: Arokha
-
-# 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: "Nerve reattaching surgery now works correctly. (Hemostat on limb)"
- - bugfix: "Limbs dropped by people don't have appropriate flags."
diff --git a/html/changelogs/atermonera-refactorexamine.yml b/html/changelogs/atermonera-refactorexamine.yml
deleted file mode 100644
index 46b0c302c40..00000000000
--- a/html/changelogs/atermonera-refactorexamine.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: Atermonera
-delete-after: True
-changes:
- - tweak: "Human examine code has received a major refactor. If you encounter unusual behaviour that seems wrong, please report it."
\ No newline at end of file
diff --git a/html/changelogs/schnayy-plushietweak.yml b/html/changelogs/schnayy-plushietweak.yml
deleted file mode 100644
index 45e93e5e4f0..00000000000
--- a/html/changelogs/schnayy-plushietweak.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# Your name.
-author: schnayy
-
-# 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.
- - bugfix: "Space carp plushies now load sprites and are all selectable from loadout."
- - tweak: "Adds several newer plushies to the gift vendor as well as adjusting cost of gift vendor's contents."
\ No newline at end of file