diff --git a/html/changelog.html b/html/changelog.html
index 740331826f..df181650d4 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,24 @@
-->
+
14 February 2021
+
DeltaFire15 updated:
+
+ - The antag panel now correctly shows the names of cultist / clockcult datum subtypes.
+ - Adding clock cultists via the admin panel now works correctly.
+ - Xeno larvae should now be able to ventcrawl again.
+
+
Hatterhat updated:
+
+ - Repairing sensors on jumpsuits now requires a fully-intact jumpsuit. Find some cloth.
+ - Durathread armor kits now require you to have a fully-repaired jumpsuit, first, with no attachments.
+ - Durathread armor kits now no longer weave the entirety of the jumpsuit armor universe into having armor.
+
+
TyrianTyrell updated:
+
+ - added a define for multilingual granted languages, and changed the multilingual trait to use it.
+
+
13 February 2021
Hatterhat updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 23e5179f2f..41d9e43112 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -28460,3 +28460,19 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
timothyteakettle:
- admin: migration error to version 39+ of savefiles is now logged instead of messaging
all online admins in the chat
+2021-02-14:
+ DeltaFire15:
+ - admin: The antag panel now correctly shows the names of cultist / clockcult datum
+ subtypes.
+ - bugfix: Adding clock cultists via the admin panel now works correctly.
+ - bugfix: Xeno larvae should now be able to ventcrawl again.
+ Hatterhat:
+ - tweak: Repairing sensors on jumpsuits now requires a fully-intact jumpsuit. Find
+ some cloth.
+ - tweak: Durathread armor kits now require you to have a fully-repaired jumpsuit,
+ first, with no attachments.
+ - bugfix: Durathread armor kits now no longer weave the entirety of the jumpsuit
+ armor universe into having armor.
+ TyrianTyrell:
+ - code_imp: added a define for multilingual granted languages, and changed the multilingual
+ trait to use it.
diff --git a/html/changelogs/AutoChangeLog-pr-14207.yml b/html/changelogs/AutoChangeLog-pr-14207.yml
deleted file mode 100644
index f8b844142c..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14207.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "TyrianTyrell"
-delete-after: True
-changes:
- - code_imp: "added a define for multilingual granted languages, and changed the multilingual trait to use it."
diff --git a/html/changelogs/AutoChangeLog-pr-14225.yml b/html/changelogs/AutoChangeLog-pr-14225.yml
deleted file mode 100644
index 559f6d7003..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14225.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "Hatterhat"
-delete-after: True
-changes:
- - tweak: "Repairing sensors on jumpsuits now requires a fully-intact jumpsuit. Find some cloth."
- - tweak: "Durathread armor kits now require you to have a fully-repaired jumpsuit, first, with no attachments."
- - bugfix: "Durathread armor kits now no longer weave the entirety of the jumpsuit armor universe into having armor."
diff --git a/html/changelogs/AutoChangeLog-pr-14231.yml b/html/changelogs/AutoChangeLog-pr-14231.yml
deleted file mode 100644
index 476208ba01..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14231.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "DeltaFire15"
-delete-after: True
-changes:
- - bugfix: "Xeno larvae should now be able to ventcrawl again."
diff --git a/html/changelogs/AutoChangeLog-pr-14232.yml b/html/changelogs/AutoChangeLog-pr-14232.yml
deleted file mode 100644
index c17538eec8..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14232.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "DeltaFire15"
-delete-after: True
-changes:
- - admin: "The antag panel now correctly shows the names of cultist / clockcult datum subtypes."
- - bugfix: "Adding clock cultists via the admin panel now works correctly."