diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index 5505a3e8cbdf5b55cf6df23bf865c33cacf6ff44..8a7f6c3613031db16bf4a67ff2f1ffcd4b012b66 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -67,6 +67,7 @@
- Large file (>2GB) support everywhere
- Much better recovery for corrupted files
+ - Better multichannel support
- flac now supports FLAC as input to the encoder (i.e. can re-encode FLAC to FLAC) and preserve all the metadata like tags, etc.
- New PICTURE metadata block for storing things like cover art, new --picture option to flac and --import-picture option to metaflac for importing pictures, and metadata API additions for searching for suitable pictures based on type, size and color constraints.
- Support for new REPLAYGAIN_REFERENCE_LOUDNESS tag.
@@ -77,6 +78,7 @@
FLAC format:
- New PICTURE metadata block for storing things like cover art
+ - Speaker assignments and channel orders for 3-6 channels (see frame header)
-
@@ -90,6 +92,9 @@
- Improved the -F to allow decoding of FLAC files whose metadata is corrupted, and other kinds of corruption.
- Encoder can now take FLAC as input. The output FLAC file will have all the same metadata as the original unless overridden with options on the command line.
+ - Encoder can now take WAVEFORMATEXTENSIBLE WAVE files as input; decoder will output WAVEFORMATEXTENSIBLE WAVE files when necessary to conform to the latest Microsoft specifications.
+ - Now properly supports AIFF and WAVEFORMATEXTENSIBLE multichannel input, performing necessary channel reordering both for encoding and decoding. WAVEFORMATEXTENSIBLE channel mask is also saved to a tag on encoding and restored on decoding for situations when there is no natural mapping to FLAC channel assignments.
+ - Added support for "odd" sample resolutions; all resolution from 4 to 24 bits-per-sample now supported.
- Added a new option --tag-from-file for setting a tag from file (e.g. for importing a cuesheet as a tag).
- Added a new option --picture for adding pictures.
- Added support for encoding from non-compressed AIFF-C (SF #1090933).