diff --git a/html/changelog.html b/html/changelog.html
index 5b167ceac50..7b6e57733bb 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -67,9 +67,15 @@
Refactored the outfit datum to allow accessories as part of an outfit.
The Captain spawns with the Medal of Captaincy again.
+ TrustyGun updated:
+
+ - Some of the clown's toys have been moved into a crate in the theater. If you think you are missing something, check in there.
+ - Wooden crates have been added. You can construct them with 6 wooden planks, and deconstruct them the same way as regular crates
+
oranges updated:
- Security minor and major crime descriptors are now a single line input, making it easier to add them
+ - Medical record descriptions are single inputs now
08 June 2017
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 23e6baaaa0e..06ab34c2bf7 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -11803,6 +11803,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Medal commendations will be displayed when the round ends.
- tweak: Refactored the outfit datum to allow accessories as part of an outfit.
- bugfix: The Captain spawns with the Medal of Captaincy again.
+ TrustyGun:
+ - rscadd: Some of the clown's toys have been moved into a crate in the theater.
+ If you think you are missing something, check in there.
+ - rscadd: Wooden crates have been added. You can construct them with 6 wooden planks,
+ and deconstruct them the same way as regular crates
oranges:
- tweak: Security minor and major crime descriptors are now a single line input,
making it easier to add them
+ - tweak: Medical record descriptions are single inputs now
diff --git a/html/changelogs/AutoChangeLog-pr-28207.yml b/html/changelogs/AutoChangeLog-pr-28207.yml
deleted file mode 100644
index e78a6ca5e46..00000000000
--- a/html/changelogs/AutoChangeLog-pr-28207.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "oranges"
-delete-after: True
-changes:
- - tweak: "Medical record descriptions are single inputs now"
diff --git a/html/changelogs/AutoChangeLog-pr-28227.yml b/html/changelogs/AutoChangeLog-pr-28227.yml
deleted file mode 100644
index 6c4248bd654..00000000000
--- a/html/changelogs/AutoChangeLog-pr-28227.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "TrustyGun"
-delete-after: True
-changes:
- - rscadd: "Some of the clown's toys have been moved into a crate in the theater. If you think you are missing something, check in there."
- - rscadd: "Wooden crates have been added. You can construct them with 6 wooden planks, and deconstruct them the same way as regular crates"