diff --git a/html/changelog.html b/html/changelog.html
index e3ea40755b..125d7e4cb1 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,29 @@
-->
+
03 August 2020
+
Cerebulon updated:
+
+ - Added new book sprites, replaced old book sprites.
+ - Added sticky notes, orderable from cargo
+ - You can now carve graffiti into suitable walls/floors with sharp objects.
+ - Trash, graffiti, dirt (Not blood), noticeboards and stickynotes are now persistent across rounds. This is admin-toggleable.
+
+
Mechoid updated:
+
+ - Adds a glass jar subtype, the glass tank, that can be used to hold live fish. Remember to add water!
+
+
Rykka Stormheart updated:
+
+ - Ported over Aurora Cooking from AuroraStation and Citadel-RP!
+ - Recipes are separate per appliance, and all appliances have a use!
+ - Please take note, Chefs, to pre-heat you appliances at the start of your shift.
+ - Fryer Recipes require batter before they can be made!
+ - Fire alarms will go off if you burn food!
+ - The largest change - Cooking takes TIME. Around 6 minutes for the largest recipes in the game.
+ - Too many other changes to list - refer to PR #7344 https://github.com/PolarisSS13/Polaris/pull/7344
+
+
21 June 2020
Arokha updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 796fa0aa3b..c850795c28 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -5200,3 +5200,23 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Ports color_square() from Paradise for colour previews, cleaning up pref.
code & correct alignment issue w/ nested tables.
- tweak: Markings are now properly aligned within a table.
+2020-08-03:
+ Cerebulon:
+ - imageadd: Added new book sprites, replaced old book sprites.
+ - rscadd: Added sticky notes, orderable from cargo
+ - rscadd: You can now carve graffiti into suitable walls/floors with sharp objects.
+ - rscadd: Trash, graffiti, dirt (Not blood), noticeboards and stickynotes are now
+ persistent across rounds. This is admin-toggleable.
+ Mechoid:
+ - rscadd: Adds a glass jar subtype, the glass tank, that can be used to hold live
+ fish. Remember to add water!
+ Rykka Stormheart:
+ - rscadd: Ported over Aurora Cooking from AuroraStation and Citadel-RP!
+ - rscadd: Recipes are separate per appliance, and all appliances have a use!
+ - rscadd: Please take note, Chefs, to pre-heat you appliances at the start of your
+ shift.
+ - rscadd: Fryer Recipes require batter before they can be made!
+ - rscadd: Fire alarms will go off if you burn food!
+ - rscadd: The largest change - Cooking takes TIME. Around 6 minutes for the largest
+ recipes in the game.
+ - rscadd: 'Too many other changes to list - refer to PR #7344 https://github.com/PolarisSS13/Polaris/pull/7344'
diff --git a/html/changelogs/billybangles-chessboard.yml b/html/changelogs/billybangles-chessboard.yml
deleted file mode 100644
index f51e69fc67..0000000000
--- a/html/changelogs/billybangles-chessboard.yml
+++ /dev/null
@@ -1,27 +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
-#################################
-
-author: Billy Bangles
-delete-after: True
- - rscadd: "Adds a chessboard holodeck program and a set of chess pieces"
- - imageadd: "Adds a set of small floor decals numbered 1 to 8 and letters A to H"
diff --git a/html/changelogs/cerebulon - booksprites.yml b/html/changelogs/cerebulon - booksprites.yml
deleted file mode 100644
index 95bd5fd49c..0000000000
--- a/html/changelogs/cerebulon - booksprites.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: Cerebulon
-
-# 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 inhand sprites for books."
- -imageadd: "Added new book sprites, replaced old book sprites."
diff --git a/html/changelogs/cerebulon - persistence.yml b/html/changelogs/cerebulon - persistence.yml
deleted file mode 100644
index 3b12f41967..0000000000
--- a/html/changelogs/cerebulon - persistence.yml
+++ /dev/null
@@ -1,38 +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: Cerebulon
-
-# 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 sticky notes, orderable from cargo"
- -rscadd: "You can now carve graffiti into suitable walls/floors with sharp objects."
- - rscadd: "Trash, graffiti, dirt (Not blood), noticeboards and stickynotes are now persistent across rounds. This is admin-toggleable."
diff --git a/html/changelogs/kasparovy-pr-7314.yml b/html/changelogs/kasparovy-pr-7314.yml
deleted file mode 100644
index ad72c999e2..0000000000
--- a/html/changelogs/kasparovy-pr-7314.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Your name.
-author: KasparoVy
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-changes:
- - tweak: Removes a pixel from the south-facing dir of the eyepatch's strap which unintentionally blocked your 'good' eye.
diff --git a/html/changelogs/mechoid - fishtank.yml b/html/changelogs/mechoid - fishtank.yml
deleted file mode 100644
index b30268dacd..0000000000
--- a/html/changelogs/mechoid - fishtank.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: 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:
- - rscadd: "Adds a glass jar subtype, the glass tank, that can be used to hold live fish. Remember water!"
diff --git a/html/changelogs/rykka-stormheart-pr-7344.yml b/html/changelogs/rykka-stormheart-pr-7344.yml
deleted file mode 100644
index e8394c72cb..0000000000
--- a/html/changelogs/rykka-stormheart-pr-7344.yml
+++ /dev/null
@@ -1,43 +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: Rykka Stormheart
-
-# 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: "Ported over Aurora Cooking from AuroraStation and Citadel-RP!"
- - rscadd: "Refactored Recipes to be separated per-appliance, and all appliances have a use!"
- - rscadd: "Please take note, Chefs, to pre-heat you appliances at the start of your shift."
- - rscadd: "Fryer Recipes require batter before they can be made!"
- - rscadd: "Fire alarms will go off if you burn food!"
- - rscadd: "The largest change - Cooking takes TIME. Around 6 minutes for the largest recipes in the game."
- - rscadd: "Too many other changes to list - refer to PR #7344 https://github.com/PolarisSS13/Polaris/pull/7344"
- - rscdel: "Removed fun, and any sense of joy in the game."