diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index b467e270..ef105fc6 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -53,8 +53,7 @@
-
FLAC 1.1.4
@@ -165,7 +164,6 @@
Improved compression with no change to format or decrease in speed.
Encoding and decoding speedups for all modes. Encoding at -8 is twice as fast.
Added a new option -w,--warnings-as-errors for treating all warnings as errors.
- Added a new undocumented option --ignore-chunk-sizes for ignoring the size of the 'data' chunk (WAVE) or 'SSND' chunk(AIFF). Can be used to encode files with bogus data sizes. Use with caution, all subsequent data is treated as audio, so the data/SSND chunk must be the last or the following data/tags will be treated as audio and encoded.
Allow --picture option to take only a filename, and have all other attributes extracted from the file itself.
Fixed a bug that caused suboptimal default compression settings in some locales (SF #1608883).
Fixed a bug where FLAC-to-FLAC transcoding of a corrupted FLAC file would truncate the transcoded file at the first error (SF #1615019).