diff --git a/html/changelog.html b/html/changelog.html
index 574c02955d3..cd5d1159360 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -43,6 +43,11 @@
Tweaks various UIs, especially suit sensor monitoring, crew record, and gun tracker programs.
Tweaked how buttons look, making them more rounded and without a hard border, like TGUI.
Added an eject occupant button to the bodyscanner, as well as some sounds to accompany it.
+ Improved the code for making the RFD-Crossbow. You no longer have to keep the RFD-C in your hand, and it can be done with a finished crossbow, as long as it's unloaded.
+ Being pinned to a wall no longer spams your chat when you try to move.
+ Crafted crossbows no longer have a safety, and the RFD-Crossbow now properly shows its ammo when examined.
+ Added sounds to a lot of crossbow actions.
+ Thrown and launched objects can now hit mobs that are lying down, if you clicked on them directly.
24 September 2020
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index fdc5c5ac971..ca5b8fda8dd 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -15799,3 +15799,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
like TGUI.
- rscadd: Added an eject occupant button to the bodyscanner, as well as some sounds
to accompany it.
+ - tweak: Improved the code for making the RFD-Crossbow. You no longer have to keep
+ the RFD-C in your hand, and it can be done with a finished crossbow, as long
+ as it's unloaded.
+ - tweak: Being pinned to a wall no longer spams your chat when you try to move.
+ - bugfix: Crafted crossbows no longer have a safety, and the RFD-Crossbow now properly
+ shows its ammo when examined.
+ - rscadd: Added sounds to a lot of crossbow actions.
+ - rscadd: Thrown and launched objects can now hit mobs that are lying down, if you
+ clicked on them directly.
diff --git a/html/changelogs/geeves-crossbow_stuff.yml b/html/changelogs/geeves-crossbow_stuff.yml
deleted file mode 100644
index 18ec8a21660..00000000000
--- a/html/changelogs/geeves-crossbow_stuff.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - tweak: "Improved the code for making the RFD-Crossbow. You no longer have to keep the RFD-C in your hand, and it can be done with a finished crossbow, as long as it's unloaded."
- - tweak: "Being pinned to a wall no longer spams your chat when you try to move."
- - bugfix: "Crafted crossbows no longer have a safety, and the RFD-Crossbow now properly shows its ammo when examined."
- - rscadd: "Added sounds to a lot of crossbow actions."
- - rscadd: "Thrown and launched objects can now hit mobs that are lying down, if you clicked on them directly."