]> granicus.if.org Git - taglib/commitdiff
Update NEWS.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Tue, 4 Aug 2015 17:58:45 +0000 (02:58 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Tue, 4 Aug 2015 17:58:45 +0000 (02:58 +0900)
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

diff --git a/NEWS b/NEWS
index 737cfb9da92c1461b8ed633a01f77468b02e2f3c..62015f052cc72b3802a23c5161930faa5394cfaf 100644 (file)
--- 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.