diff --git a/html/changelog.html b/html/changelog.html
index 8e0af268770a7..fb46a2f42159c 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,12 @@
-->
+
16 November 2023
+
rkz, Ghommie updated:
+
+ - Fixes GetComponents() returning a list with a null entry when there's no component of a given type
+
+
13 November 2023
JixS4v updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 2b5eb6fd1994e..4ae462eacf5f8 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -41601,3 +41601,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Quivers can have spears placed into them after being taken out.
benbot16:
- bugfix: Alien embryos properly delete themselves when chestbursting.
+2023-11-16:
+ rkz, Ghommie:
+ - server: Fixes GetComponents() returning a list with a null entry when there's
+ no component of a given type
diff --git a/html/changelogs/AutoChangeLog-pr-10150.yml b/html/changelogs/AutoChangeLog-pr-10150.yml
deleted file mode 100644
index 7352b77fd4d61..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-10150.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: rkz, Ghommie
-delete-after: true
-changes:
- - server: Fixes GetComponents() returning a list with a null entry when there's
- no component of a given type