diff --git a/html/changelog.html b/html/changelog.html
index fb18fd5f81e..09b8d3acf31 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,13 @@
-->
+
02 July 2020
+
Geeves updated:
+
+ - Added the ability to stack bullets into piles.
+ - The NTNet Relay program now shows a message in your chatlog when YOU send a message. It also has a reply button which allows you to send a message back to that channel without opening the UI.
+
+
01 July 2020
MattAtlas updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 5c2970cdad9..b8d88a69bce 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -13942,3 +13942,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: If you chose to spawn at cryostorage, you will now spawn inside the cryocells,
asleep.
- rscadd: Added a short spawn blurb.
+2020-07-02:
+ Geeves:
+ - rscadd: Added the ability to stack bullets into piles.
+ - rscadd: The NTNet Relay program now shows a message in your chatlog when YOU send
+ a message. It also has a reply button which allows you to send a message back
+ to that channel without opening the UI.
diff --git a/html/changelogs/geeves-ammo_piles.yml b/html/changelogs/geeves-ammo_piles.yml
deleted file mode 100644
index 217a2f2040f..00000000000
--- a/html/changelogs/geeves-ammo_piles.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Added the ability to stack bullets into piles."
\ No newline at end of file
diff --git a/html/changelogs/geeves-reply_button.yml b/html/changelogs/geeves-reply_button.yml
deleted file mode 100644
index bb2e85c5a7a..00000000000
--- a/html/changelogs/geeves-reply_button.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "The NTNet Relay program now shows a message in your chatlog when YOU send a message. It also has a reply button which allows you to send a message back to that channel without opening the UI."
\ No newline at end of file