diff --git a/html/changelog.html b/html/changelog.html
index e16dbf4ec56..d9e028dd232 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -40,6 +40,11 @@
- Removed a duplicate light switch from the Operating Rooms.
+ Sniblet updated:
+
+ - Vaurcae aren't slowed by cold.
+ - Adds the NO_COLD_SLOWDOWN species flag, only used by IPCs and vaurcae.
+
06 March 2023
Alberyk, Atteria updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index f6f8c6f3666..a8c3ecabaee 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -28326,3 +28326,6 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2023-03-07:
Sheeplets:
- bugfix: Removed a duplicate light switch from the Operating Rooms.
+ Sniblet:
+ - tweak: Vaurcae aren't slowed by cold.
+ - backend: Adds the NO_COLD_SLOWDOWN species flag, only used by IPCs and vaurcae.
diff --git a/html/changelogs/sniblet-coldbugs.yml b/html/changelogs/sniblet-coldbugs.yml
deleted file mode 100644
index 79e99ba92cb..00000000000
--- a/html/changelogs/sniblet-coldbugs.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# Your name.
-author: Sniblet
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-changes:
- - tweak: "Vaurcae aren't slowed by cold."
- - backend: "Adds the NO_COLD_SLOWDOWN species flag, only used by IPCs and vaurcae."