diff --git a/html/changelog.html b/html/changelog.html
index 29491a76266..95f7e6c26f4 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,15 @@
-->
+
15 February 2022
+
TheGreyWolf updated:
+
+ - Using the whisper verb with a language should now show the message properly.
+ - Radios now properly show what is spoken into rather than always picking the item on the left ear slot.
+ - Language specific whisper verbs will now be used again.
+ - PDAs should no longer show up as 'unknown' on roundstart.
+
+
14 February 2022
MattAtlas updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index cc6bd8b8703..eddff14e0be 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -22647,3 +22647,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
mikomyazaki:
- bugfix: Space turfs will now properly display the camera static image when they
are not visible from a camera, to an AI or camera view.
+2022-02-15:
+ TheGreyWolf:
+ - bugfix: Using the whisper verb with a language should now show the message properly.
+ - bugfix: Radios now properly show what is spoken into rather than always picking
+ the item on the left ear slot.
+ - bugfix: Language specific whisper verbs will now be used again.
+ - bugfix: PDAs should no longer show up as 'unknown' on roundstart.
diff --git a/html/changelogs/PDAFix.yml b/html/changelogs/PDAFix.yml
deleted file mode 100644
index b9b4b106768..00000000000
--- a/html/changelogs/PDAFix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: TheGreyWolf
-
-delete-after: True
-
-changes:
- - bugfix: "PDAs should no longer show up as 'unknown' on roundstart."
diff --git a/html/changelogs/TalkFix.yml b/html/changelogs/TalkFix.yml
deleted file mode 100644
index fedcff390fe..00000000000
--- a/html/changelogs/TalkFix.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: TheGreyWolf
-
-delete-after: True
-
-changes:
- - bugfix: "Using the whisper verb with a language should now show the message properly."
- - bugfix: "Radios now properly show what is spoken into rather than always picking the item on the left ear slot."
- - bugfix: "Language specific whisper verbs will now be used again."