diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index ff62e11f..e90ae5c3 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -96,7 +96,7 @@
plugins:
- - (none)
+ - Fixed UTF-8 decoder to disallow non-shortest-form and surrogate sequences (see here).
@@ -109,6 +109,7 @@
libraries:
- libFLAC: Fixed a bug in cuesheet parsing where it would return an error if the last line of the cuesheet did not end with a newline.
+ - libFLAC: Fixed UTF-8 decoder to disallow non-shortest-form and surrogate sequences (see here).