diff --git a/html/changelog.html b/html/changelog.html
index 9012323d35b..e2e8a80c364 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,6 +36,10 @@
08 June 2020
+
Alberyk updated:
+
+ - Removed the roof z-level to help with performance issues.
+
Code by Geeves, Sprites by Kyres updated:
- Tweaked the laser shotgun sprite. Renamed it to laser shotgun, instead of quad-beam laser.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index a5373f13248..0cbdfb7a2fb 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -13540,6 +13540,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
fire delays.
- bugfix: Pointblanks no longer put a huge space before the pointblanked's name.
2020-06-08:
+ Alberyk:
+ - rscdel: Removed the roof z-level to help with performance issues.
Code by Geeves, Sprites by Kyres:
- tweak: Tweaked the laser shotgun sprite. Renamed it to laser shotgun, instead
of quad-beam laser.
diff --git a/html/changelogs/alberyk-removesroof.yml b/html/changelogs/alberyk-removesroof.yml
deleted file mode 100644
index 27db1a2c58e..00000000000
--- a/html/changelogs/alberyk-removesroof.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Alberyk
-
-delete-after: True
-
-changes:
- - rscdel: "Removed the roof z-level to help with performance issues."