diff --git a/html/changelog.html b/html/changelog.html
index 17e078e627c..0e3f1091a08 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,18 @@
-->
+
27 June 2021
+
Geeves updated:
+
+ - Disposal Pipe Dispensers now have their own sprite and uses a themed UI.
+ - Automatic Floor Layers now have their own sprite and no longer delete the tiles they dismantle.
+ - Automatic Cable Layers now have their own sprites.
+
+
TheGreyWolf updated:
+
+ - Slicing a fatshouter fillet now properly gives fatshouter fillet slices.
+
+
26 June 2021
Alberyk updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 4b61634c0a7..31c46ac5ced 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -20539,3 +20539,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
similar to how the spawn verb works.
TheGreyWolf:
- maptweak: The head of personnel is now given a DENIED stamp.
+2021-06-27:
+ Geeves:
+ - rscadd: Disposal Pipe Dispensers now have their own sprite and uses a themed UI.
+ - rscadd: Automatic Floor Layers now have their own sprite and no longer delete
+ the tiles they dismantle.
+ - rscadd: Automatic Cable Layers now have their own sprites.
+ TheGreyWolf:
+ - bugfix: Slicing a fatshouter fillet now properly gives fatshouter fillet slices.
diff --git a/html/changelogs/fatshouterfillet.yml b/html/changelogs/fatshouterfillet.yml
deleted file mode 100644
index 589f2fe6ff0..00000000000
--- a/html/changelogs/fatshouterfillet.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: TheGreyWolf
-
-delete-after: True
-
-changes:
- - bugfix: "Slicing a fatshouter fillet now properly gives fatshouter fillet slices."
diff --git a/html/changelogs/geeves-disposal_pipe_stuff.yml b/html/changelogs/geeves-disposal_pipe_stuff.yml
deleted file mode 100644
index 12d8748aa9b..00000000000
--- a/html/changelogs/geeves-disposal_pipe_stuff.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Disposal Pipe Dispensers now have their own sprite and uses a themed UI."
- - rscadd: "Automatic Floor Layers now have their own sprite and no longer delete the tiles they dismantle."
- - rscadd: "Automatic Cable Layers now have their own sprites."
\ No newline at end of file