diff --git a/html/changelog.html b/html/changelog.html
index 980d34ed31c..7fa2c0e07c7 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -39,6 +39,11 @@
Geeves updated:
- Weapons analyzers will now longer swallow your things.
+ - Attempting to strip someone while holding a grab will now properly strip them, instead of trying to put a grab on them.
+
+ Printer16 updated:
+
+ - The RFD-P can now be used more than once.
12 June 2020
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 252f1ce7275..7a14b2d5528 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -13624,3 +13624,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2020-06-13:
Geeves:
- bugfix: Weapons analyzers will now longer swallow your things.
+ - bugfix: Attempting to strip someone while holding a grab will now properly strip
+ them, instead of trying to put a grab on them.
+ Printer16:
+ - bugfix: The RFD-P can now be used more than once.
diff --git a/html/changelogs/Printer16-RFDPFix.yml b/html/changelogs/Printer16-RFDPFix.yml
deleted file mode 100644
index 3da8a8a5058..00000000000
--- a/html/changelogs/Printer16-RFDPFix.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-author: Printer16
-
-delete-after: True
-
-changes:
- - bugfix: "The RFD-P can now be used more than once."
diff --git a/html/changelogs/geeves-grab_stripping_fix.yml b/html/changelogs/geeves-grab_stripping_fix.yml
deleted file mode 100644
index de7ed5acd5e..00000000000
--- a/html/changelogs/geeves-grab_stripping_fix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Attempting to strip someone while holding a grab will now properly strip them, instead of trying to put a grab on them."
\ No newline at end of file