diff --git a/html/changelog.html b/html/changelog.html
index c0c3bd25f18..505f207b25c 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,6 +36,11 @@
20 August 2023
+
Doxxmedearly updated:
+
+ - Chameleon projector projections can now be examined and interacted with normally.
+ - Fixes a runtime issue caused by chameleon projectors having a null description.
+
KingOfThePing updated:
- Replaced the fox sprite.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 0116c6757c4..40866653442 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -30637,6 +30637,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Added new SCC ERT Hardsuits for event and admin use.
- imageadd: Added new sprites, made by Kyres, for the SCC ERT hardsuits.
2023-08-20:
+ Doxxmedearly:
+ - bugfix: Chameleon projector projections can now be examined and interacted with
+ normally.
+ - bugfix: Fixes a runtime issue caused by chameleon projectors having a null description.
KingOfThePing:
- rscadd: Replaced the fox sprite.
KingOfThePing, The Lancer:
diff --git a/html/changelogs/doxxmedearly-champroj_fix.yml b/html/changelogs/doxxmedearly-champroj_fix.yml
deleted file mode 100644
index aee1491b418..00000000000
--- a/html/changelogs/doxxmedearly-champroj_fix.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: Doxxmedearly
-delete-after: True
-changes:
- - bugfix: "Chameleon projector projections can now be examined and interacted with normally."
- - bugfix: "Fixes a runtime issue caused by chameleon projectors having a null description."