diff --git a/html/changelog.html b/html/changelog.html
index 10a52eb66f4..2b8be8f4df0 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -64,6 +64,7 @@
Skull132 updated:
- I caved and made the spam filter actually work. It should no longer mute you for empty strings that are worthless.
+ - Added language validation. It was previously possible to enter the game as a character with languages you weren't supposed to access. These are now properly purged as necessary.
18 July 2017
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index a67ac7252ae..d9e8789b496 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -4443,3 +4443,6 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Skull132:
- bugfix: I caved and made the spam filter actually work. It should no longer mute
you for empty strings that are worthless.
+ - bugfix: Added language validation. It was previously possible to enter the game
+ as a character with languages you weren't supposed to access. These are now
+ properly purged as necessary.
diff --git a/html/changelogs/skull132-languages.yml b/html/changelogs/skull132-languages.yml
deleted file mode 100644
index 1ce0c1072c0..00000000000
--- a/html/changelogs/skull132-languages.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: Skull132
-delete-after: true
-
-changes:
- - bugfix: "Added language validation. It was previously possible to enter the game as a character with languages you weren't supposed to access. These are now properly purged as necessary."