From bfe4ec5df5245d7013f34365a93122b58132d4f0 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Wed, 5 Aug 2015 02:58:45 +0900 Subject: [PATCH] Update NEWS. Added support for reading the encoder information of WMA files. Added support for reading the codec of WAV files. Added support for multi channel WavPack files. Added support for reading the nominal bitrate of Ogg Speex files. Added support for VBR headers in MPEG files. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 737cfb9d..62015f05 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,11 @@ TagLib 1.10 (??? ??, 2015) * Allowed generating taglib.pc on Windows. * Fixed reading FLAC files with zero-sized padding blocks. * New API for the audio length in milliseconds. + * Added support for reading the encoder information of WMA files. + * Added support for reading the codec of WAV files. + * Added support for multi channel WavPack files. + * Added support for reading the nominal bitrate of Ogg Speex files. + * Added support for VBR headers in MPEG files. * Marked FLAC::File::streamInfoData() deprecated. It returns an empty ByteVector. * Marked FLAC::File::streamLength() deprecated. It returns zero. * Fixed possible file corruptions when adding an ID3v1 tag to FLAC files.