diff --git a/html/changelog.html b/html/changelog.html
index f4f3b0e309b..368722e1baf 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -61,6 +61,12 @@
- Fixes bugged modular laser component sprites.
+ Vrow updated:
+
+ - Added an option to clear the Blood Pack's label.
+ - Added various labels for the blood pack.
+ - Added a check to prevent the IVs from being knocked over if you're prone.
+
mikomyazaki updated:
- Zeng-hu and Zavodskoi Xenobiologists now have the proper access instead of Scientist access.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index b9c7e51ff16..51c6a0b8f74 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -23304,6 +23304,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Added genner skrell accent.
SleepyGemmy:
- bugfix: Fixes bugged modular laser component sprites.
+ Vrow:
+ - rscadd: Added an option to clear the Blood Pack's label.
+ - imageadd: Added various labels for the blood pack.
+ - tweak: Added a check to prevent the IVs from being knocked over if you're
+ prone.
mikomyazaki:
- bugfix: Zeng-hu and Zavodskoi Xenobiologists now have the proper access instead
of Scientist access.
diff --git a/html/changelogs/bloodpack_labels.yml b/html/changelogs/bloodpack_labels.yml
deleted file mode 100644
index 20552b40f4e..00000000000
--- a/html/changelogs/bloodpack_labels.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Vrow
-
-delete-after: True
-
-changes:
- - rscadd: "Added an option to clear the Blood Pack's label."
- - imageadd: "Added various labels for the blood pack."
\ No newline at end of file
diff --git a/html/changelogs/iv_drip_prone.yml b/html/changelogs/iv_drip_prone.yml
deleted file mode 100644
index b61e011cdc7..00000000000
--- a/html/changelogs/iv_drip_prone.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Vrow
-
-delete-after: True
-
-changes:
- - tweak: "Added a check to prevent the IVs from being knocked over if you're prone."
\ No newline at end of file