]> granicus.if.org Git - taglib/commitdiff
Update NEWS.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 31 Jul 2015 17:06:35 +0000 (02:06 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 31 Jul 2015 17:06:35 +0000 (02:06 +0900)
Marked FLAC::File::streamInfoData() deprecated. It returns an empty ByteVector.
Marked FLAC::File::streamLength() deprecated. It returns zero.

NEWS

diff --git a/NEWS b/NEWS
index 9aa7d26d9ac4297e91123a191f4fc8c7ad8e6ccc..61aa6cfed903b75c13985e9cbacd886af8ec654b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,8 @@ 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.
+ * Marked FLAC::File::streamInfoData() deprecated. It returns an empty ByteVector.
+ * Marked FLAC::File::streamLength() deprecated. It returns zero.
  * Many smaller bug fixes and performance improvements.
 
 TagLib 1.9.1 (Oct 8, 2013)