diff --git a/html/changelog.html b/html/changelog.html
index 8c4d69a67b7..107fd7a2713 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,23 @@
-->
+
25 August 2021
+
Desven updated:
+
+ - Greatly nerfed how the stage 4 of the black k'ois mycosis works. No more phoron flooding and puking spores everywhere.
+ - Added a Lii'dra accent, called Lii'draic.
+ - Added a voice changer version of the Vaurca filter port.
+ - Added a black k'ois grenade.
+
+
MattAtlas updated:
+
+ - Zeng-Hu Mobility Frames are now slower when running. Their actual speed is now on par with an M'sai Tajara when moving normally.
+ - All IPCs now use additional power when sprinting. This is about 10 units of charge.
+ - Zeng-Hu Mobility Frames use twice as much power for sprinting.
+ - Zeng-Hu Mobility Frames use twice as much power when moving normally.
+ - Zeng-Hu Mobility Frames may no longer be played in security roles.
+
+
24 August 2021
Geeves updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index a2eb260f7f2..6bc5d84d254 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -21229,3 +21229,18 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Added hailers to the SecTech vendor.
- tweak: Tweaked some security roundstart equipment and locker equipment for quality
of life, mostly the HoS and warden's.
+2021-08-25:
+ Desven:
+ - balance: Greatly nerfed how the stage 4 of the black k'ois mycosis works.
+ No more phoron flooding and puking spores everywhere.
+ - rscadd: Added a Lii'dra accent, called Lii'draic.
+ - rscadd: Added a voice changer version of the Vaurca filter port.
+ - rscadd: Added a black k'ois grenade.
+ MattAtlas:
+ - tweak: Zeng-Hu Mobility Frames are now slower when running. Their actual speed
+ is now on par with an M'sai Tajara when moving normally.
+ - balance: All IPCs now use additional power when sprinting. This is about 10 units
+ of charge.
+ - balance: Zeng-Hu Mobility Frames use twice as much power for sprinting.
+ - balance: Zeng-Hu Mobility Frames use twice as much power when moving normally.
+ - rscdel: Zeng-Hu Mobility Frames may no longer be played in security roles.
diff --git a/html/changelogs/desven-liidra.yml b/html/changelogs/desven-liidra.yml
deleted file mode 100644
index 8c443d5525f..00000000000
--- a/html/changelogs/desven-liidra.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-author: Desven
-
-delete-after: True
-
-changes:
- - balance: "Greatly nerfed how the stage 4 of the black k'ois mycosis works. No more phoron flooding and puking spores everywhere."
- - rscadd: "Added a Lii'dra accent, called Lii'draic."
- - rscadd: "Added a voice changer version of the Vaurca filter port."
- - rscadd: "Added a black k'ois grenade."
diff --git a/html/changelogs/mattatlas-zenghunerf.yml b/html/changelogs/mattatlas-zenghunerf.yml
deleted file mode 100644
index f217682f988..00000000000
--- a/html/changelogs/mattatlas-zenghunerf.yml
+++ /dev/null
@@ -1,45 +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: MattAtlas
-
-# 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: "Zeng-Hu Mobility Frames are now slower when running. Their actual speed is now on par with an M'sai Tajara when moving normally."
- - balance: "All IPCs now use additional power when sprinting. This is about 10 units of charge."
- - balance: "Zeng-Hu Mobility Frames use twice as much power for sprinting."
- - balance: "Zeng-Hu Mobility Frames use twice as much power when moving normally."
- - rscdel: "Zeng-Hu Mobility Frames may no longer be played in security roles."