diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index 46db9a98..6a61a99a 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -157,6 +157,7 @@
- Merged libOggFLAC into libFLAC; both formats are now supporte through the same API.
- Merged libOggFLAC++ into libFLAC++; both formats are now supporte through the same API.
+ - libFLAC and libFLAC++: Simplified encoder setup with new FLAC__stream_encoder_set_compression_level() function.
- libFLAC: Improved compression with no impact on FLAC format or decoding time by adding a windowing stage before LPC analysis.
- 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).
@@ -180,6 +181,7 @@
libFLAC:
- Added FLAC__stream_encoder_set_apodization()
+ - Added FLAC__stream_encoder_set_compression_level()
- Added FLAC__metadata_object_cuesheet_calculate_cddb_id()
- Added FLAC__metadata_get_cuesheet()
- Added FLAC__metadata_get_picture()
@@ -193,6 +195,7 @@
- Added FLAC::Metadata::Picture
- Added FLAC::Encoder::Stream::set_apodization()
+ - Added FLAC::Encoder::Stream::set_compression_level()
- Added FLAC::Metadata::CueSheet::calculate_cddb_id()
- Added FLAC::Metadata::get_cuesheet()
- Added FLAC::Metadata::get_picture()