diff --git a/html/changelog.html b/html/changelog.html
index 3739d12edea..60cfbd151b0 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -62,6 +62,7 @@
Using an ore detector on a drill will now give a detailed readout of the ore in the vicinity that it has access to and call pull out.
Battlemonsters vendors now spawn with five free basic packs containing seven common cards, which can be used to show people how the game works without spending any money.
Fixed tape recorders being unable to print their transcripts after a while.
+ Added power efficient inductive chargers to cyborgs, maintenance-, construction- and mining drones, allowing them to charge power cells, and things that contain power cells.
29 June 2020
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 44d2a98f3dd..4d18bdec255 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -13934,3 +13934,6 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
seven common cards, which can be used to show people how the game works without
spending any money.
- bugfix: Fixed tape recorders being unable to print their transcripts after a while.
+ - rscadd: Added power efficient inductive chargers to cyborgs, maintenance-, construction-
+ and mining drones, allowing them to charge power cells, and things that contain
+ power cells.
diff --git a/html/changelogs/geeves-stationbound_charger.yml b/html/changelogs/geeves-stationbound_charger.yml
deleted file mode 100644
index c73ed84bf0e..00000000000
--- a/html/changelogs/geeves-stationbound_charger.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Added power efficient inductive chargers to cyborgs, maintenance-, construction- and mining drones, allowing them to charge power cells, and things that contain power cells."