diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index e41613d8..353d37ce 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -92,6 +92,7 @@
Fix bug where flac was disallowing use of --replay-gain when encoding from stdin (SF #1840124).
Fix bug with fractional seconds on some locales (SF #1815517, SF #1858012).
Read and write appropriate channel masks for 6.1 and 7.1 surround input WAV files. Documentation was also updated.
+ Correct Wave64 GUIDs.
@@ -117,6 +118,7 @@
Fixes for windows builds (including SF #1676822, SF #1756624, SF #1809863, SF #1911149).
Fixes for FreeBSD and OpenBSD.
Compile with GNU gcc _FORTIFY_SOURCE=2 and stack protection where those features are detected.
+ Enable a bunch of GCC compiler warnings and fix code that generates warnings.