diff --git a/html/changelog.html b/html/changelog.html
index 4424728f9a8..2d5656c371e 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -43,6 +43,9 @@
Added a slider to the modular computer hardware configurator that affects how far audible alerts will get output, 0 being only to the person directly holding it.
Added a Mute Messages button to the chat client that makes it so that received messages don't appear in your chat. Running the chat in the background will still make the beeps, however.
Added laser rifles and energy carbines to the dangerous weapons uplink.
+ You can now slide items across tables by click dragging from the item to the table.
+ Changed the plant analyzer's sprite.
+ Fixed the plant analyzer turning you into a square when held.
Haydizzle updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 6e88b385250..c448159d657 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -19765,6 +19765,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
received messages don't appear in your chat. Running the chat in the background
will still make the beeps, however.
- rscadd: Added laser rifles and energy carbines to the dangerous weapons uplink.
+ - rscadd: You can now slide items across tables by click dragging from the item
+ to the table.
+ - tweak: Changed the plant analyzer's sprite.
+ - bugfix: Fixed the plant analyzer turning you into a square when held.
Haydizzle:
- rscdel: Removes the ability for skrell to be Dominian consular officers.
MoondancerPony:
diff --git a/html/changelogs/geeves-plant_analyzer_fix.yml b/html/changelogs/geeves-plant_analyzer_fix.yml
deleted file mode 100644
index e236daf9e89..00000000000
--- a/html/changelogs/geeves-plant_analyzer_fix.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - tweak: "Changed the plant analyzer's sprite."
- - bugfix: "Fixed the plant analyzer turning you into a square when held."
\ No newline at end of file
diff --git a/html/changelogs/geeves-table_sliding.yml b/html/changelogs/geeves-table_sliding.yml
deleted file mode 100644
index 172e63dc688..00000000000
--- a/html/changelogs/geeves-table_sliding.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "You can now slide items across tables by click dragging from the item to the table."
\ No newline at end of file