diff --git a/html/changelog.html b/html/changelog.html
index 28d19479051..51e556d52d2 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -39,6 +39,7 @@
mikomyazaki updated:
- Splitting stacks which are of type /obj/item/stack/.../full will no longer result in the new stack having the maximum amount in it.
+ - Antagonist candidate selection is now more intelligent when there are multiple types of antagonist in the round to prepare for.
03 August 2020
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 2bc7a027130..8d1817747e6 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -14681,3 +14681,5 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
mikomyazaki:
- bugfix: Splitting stacks which are of type /obj/item/stack/.../full will no longer
result in the new stack having the maximum amount in it.
+ - bugfix: Antagonist candidate selection is now more intelligent when there are
+ multiple types of antagonist in the round to prepare for.
diff --git a/html/changelogs/sorts_antag_candidates.yml b/html/changelogs/sorts_antag_candidates.yml
deleted file mode 100644
index 3994947d3c5..00000000000
--- a/html/changelogs/sorts_antag_candidates.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "Antagonist candidate selection is now more intelligent when there are multiple types of antagonist in the round to prepare for."
\ No newline at end of file