diff --git a/html/changelog.html b/html/changelog.html
index 7fd48490bc8..7f998513abb 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -40,6 +40,8 @@
- HUD icons are no longer coloured if you're blasted by paint, or are slightly transparent.
- Fixed the wonkiness of floating chat when transformations are applied on something.
+ - Converted how Vampire and Changeling variables are handled on the backend, let me know if there's something funky.
+ - Cultists can now memorize up to three runes, and can scribe them at will without a tome, at the cost of taking three times longer to do so. Check the Cultists tab in the top right. Only specific runes can be memorized.
Wowzewow (Wezzy) updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index d7fdc32f38b..6cbd5103f4d 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -17614,6 +17614,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
slightly transparent.
- bugfix: Fixed the wonkiness of floating chat when transformations are applied
on something.
+ - backend: Converted how Vampire and Changeling variables are handled on the backend,
+ let me know if there's something funky.
+ - rscadd: Cultists can now memorize up to three runes, and can scribe them at will
+ without a tome, at the cost of taking three times longer to do so. Check the
+ Cultists tab in the top right. Only specific runes can be memorized.
Wowzewow (Wezzy):
- rscadd: New lightswitch and door control sprites.
- imageadd: Adds bandage overlays.
diff --git a/html/changelogs/geeves-cultist_memory.yml b/html/changelogs/geeves-cultist_memory.yml
deleted file mode 100644
index 776ac0300eb..00000000000
--- a/html/changelogs/geeves-cultist_memory.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - backend: "Converted how Vampire and Changeling variables are handled on the backend, let me know if there's something funky."
- - rscadd: "Cultists can now memorize up to three runes, and can scribe them at will without a tome, at the cost of taking three times longer to do so. Check the Cultists tab in the top right. Only specific runes can be memorized."