diff --git a/html/changelog.html b/html/changelog.html
index 4dcea23d750..f452efe8b19 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -59,6 +59,8 @@
Stationbounds have been added to the Crew Manifest in a Station Equipment catagory. They are not crew. It will also not appear on PDA's (yet).
Made the hoverpod torso a bit cheaper to produce. Since it's shit. You know.
Fixed the duplicate hoverpod torso entry in the mechfab.
+ Tabling isn't instant anymore, it now needs to timer on the grab to be full. (The action itself is still instant)
+ Clicking on a table with harm intent with a grab will now smash the person's face into the table.
01 January 2020
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 28f26ed1333..56bcb15d1a0 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -11060,3 +11060,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Made the hoverpod torso a bit cheaper to produce. Since it's shit. You
know.
- bugfix: Fixed the duplicate hoverpod torso entry in the mechfab.
+ - tweak: Tabling isn't instant anymore, it now needs to timer on the grab to be
+ full. (The action itself is still instant)
+ - rscadd: Clicking on a table with harm intent with a grab will now smash the person's
+ face into the table.
diff --git a/html/changelogs/geeves - tabling.yml b/html/changelogs/geeves - tabling.yml
deleted file mode 100644
index a8e67e52685..00000000000
--- a/html/changelogs/geeves - tabling.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - tweak: "Tabling isn't instant anymore, it now needs to timer on the grab to be full. (The action itself is still instant)"
- - rscadd: "Clicking on a table with harm intent with a grab will now smash the person's face into the table."