diff --git a/html/changelog.html b/html/changelog.html
index 719d91ee2e5..3e0e9a36fbd 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -57,6 +57,10 @@
23 November 2018
+
Azule Utama updated:
+
+ - Additional check added to damage falloff code, will only delete bullets that reach 0 damage if they actually have a falloff value.
+
Kyep updated:
- Dead mice no longer squeak.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 8ce76fec6b9..fd82da29a26 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -8170,6 +8170,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Added the CQC manual to nuke ops and traitor uplinks, letting them remember
some of the basics of CQC.
2018-11-23:
+ Azule Utama:
+ - bugfix: Additional check added to damage falloff code, will only delete bullets
+ that reach 0 damage if they actually have a falloff value.
Kyep:
- bugfix: Dead mice no longer squeak.
- bugfix: Ghosts walking over living mice no longer makes them squeak.
diff --git a/html/changelogs/AutoChangeLog-pr-10319.yml b/html/changelogs/AutoChangeLog-pr-10319.yml
deleted file mode 100644
index d384d0a6e37..00000000000
--- a/html/changelogs/AutoChangeLog-pr-10319.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Azule Utama"
-delete-after: True
-changes:
- - bugfix: "Additional check added to damage falloff code, will only delete bullets that reach 0 damage if they actually have a falloff value."