diff --git a/html/changelog.html b/html/changelog.html
index f44bf2f01c5..8481c6ea499 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -61,6 +61,12 @@
Immovable rod events now vanish after going through the station once
Firelocks can now be operated by AIs again
Barbers and captains get the right stuff now
+ It's now possible to have random floors or walls when mapping
+
+ KasparoVy updated:
+
+ - Fixes a bug where you could get a part of a rigsuit stuck to your hand by deploying it twice.
+ - Improves the readability of some rigsuit verbs.
Kyep updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 46da541d150..f46f9b6b4e0 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -3904,6 +3904,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Immovable rod events now vanish after going through the station once
- bugfix: Firelocks can now be operated by AIs again
- bugfix: Barbers and captains get the right stuff now
+ - rscadd: It's now possible to have random floors or walls when mapping
+ KasparoVy:
+ - bugfix: Fixes a bug where you could get a part of a rigsuit stuck to your hand
+ by deploying it twice.
+ - tweak: Improves the readability of some rigsuit verbs.
Kyep:
- bugfix: players will no longer spawn with loadout items their job has no access
to.
diff --git a/html/changelogs/AutoChangeLog-pr-6535.yml b/html/changelogs/AutoChangeLog-pr-6535.yml
deleted file mode 100644
index 468eac153ed..00000000000
--- a/html/changelogs/AutoChangeLog-pr-6535.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "KasparoVy"
-delete-after: True
-changes:
- - bugfix: "Fixes a bug where you could get a part of a rigsuit stuck to your hand by deploying it twice."
- - tweak: "Improves the readability of some rigsuit verbs."
diff --git a/html/changelogs/AutoChangeLog-pr-6588.yml b/html/changelogs/AutoChangeLog-pr-6588.yml
deleted file mode 100644
index 563753e1743..00000000000
--- a/html/changelogs/AutoChangeLog-pr-6588.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Crazylemon64"
-delete-after: True
-changes:
- - rscadd: "It's now possible to have random floors or walls when mapping"