From 02ebd0bcbe689a55e88c1bcc49bd82cb5b279a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Tue, 8 Oct 2013 16:18:30 +0200 Subject: [PATCH] Change log for 1.9.1 --- NEWS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 651b1341..6f34d8c4 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ -TagLib 1.9 (Oct 6, 2013) +TagLib 1.9.1 (Oct 8, 2013) ========================== + * Fixed binary incompatible change in TagLib::Map and TagLib::List. + * Fixed constructing String from ByteVector. + * Fixed compilation on MSVC with the /Zc:wchar_t- option. + * Fixed detecting of RIFF files with invalid chunk sizes. + +TagLib 1.9 (Oct 6, 2013) +======================== + * Added support for the Ogg Opus file format. * Added support for INFO tags in WAV files. * Changed FileStream to use Windows file API.