diff --git a/html/changelog.html b/html/changelog.html
index a7043190f98..b9ab4dcc214 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,6 +36,22 @@
04 August 2021
+
Alberyk updated:
+
+ - Fixed carpet titles not updating their icons correctly when placed down.
+
+
Alberyk, Kyres1 updated:
+
+ - Added new SCC themed shuttle walls and windows.
+
+
Desven updated:
+
+ - Fixes the click and clack emotes for Vaurca being inverted.
+
+
Geeves updated:
+
+ - Posibrains that get activated in the robotics lab now causes a broadcast on the science radio of doing so.
+
The Stryker, thelancer updated:
- Adds a Synthetic Residency Card for Republic of Biesel IPCs in the Xenowear - IPC tab.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 1fa967c2e60..65d6db0f736 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -20999,6 +20999,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Investigators are now given security labcoats that button all the way
when closed.
2021-08-04:
+ Alberyk:
+ - bugfix: Fixed carpet titles not updating their icons correctly when placed down.
+ Alberyk, Kyres1:
+ - rscadd: Added new SCC themed shuttle walls and windows.
+ Desven:
+ - bugfix: Fixes the click and clack emotes for Vaurca being inverted.
+ Geeves:
+ - rscadd: Posibrains that get activated in the robotics lab now causes a broadcast
+ on the science radio of doing so.
The Stryker, thelancer:
- rscadd: Adds a Synthetic Residency Card for Republic of Biesel IPCs in the Xenowear
- IPC tab.
diff --git a/html/changelogs/alberyk-carpeticon.yml b/html/changelogs/alberyk-carpeticon.yml
deleted file mode 100644
index a88c4bd04a0..00000000000
--- a/html/changelogs/alberyk-carpeticon.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Alberyk
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed carpet titles not updating their icons correctly when placed down."
diff --git a/html/changelogs/alberyk-newshuttlewalls.yml b/html/changelogs/alberyk-newshuttlewalls.yml
deleted file mode 100644
index 9506b206c76..00000000000
--- a/html/changelogs/alberyk-newshuttlewalls.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Alberyk, Kyres1
-
-delete-after: True
-
-changes:
- - rscadd: "Added new SCC themed shuttle walls and windows."
diff --git a/html/changelogs/desven-clickclackfix.yml b/html/changelogs/desven-clickclackfix.yml
deleted file mode 100644
index bdb36b48fa8..00000000000
--- a/html/changelogs/desven-clickclackfix.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: Desven
-
-# 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 click and clack emotes for Vaurca being inverted.
diff --git a/html/changelogs/geeves-robobrain_alert.yml b/html/changelogs/geeves-robobrain_alert.yml
deleted file mode 100644
index 63b671adbd4..00000000000
--- a/html/changelogs/geeves-robobrain_alert.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Posibrains that get activated in the robotics lab now causes a broadcast on the science radio of doing so."
\ No newline at end of file