From 9dfb3fe45244fc479444e012324e4285a35db482 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Fri, 4 Dec 2015 14:15:51 +0900 Subject: [PATCH] Update NEWS. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index bec7d290..9a7a2933 100644 --- a/NEWS +++ b/NEWS @@ -13,10 +13,12 @@ * Fixed crash when calling File::properties() after strip(). * Fixed possible file corruptions when saving ASF files. * Fixed updating the comment field of Vorbis comments. + * Fixed reading date and time in ID3v2.3 tags. * Replaced ENABLE_STATIC build option with BUILD_SHARED_LIBS. * Marked ByteVector::null and ByteVector::isNull() deprecated. * Marked String::null and ByteVector::isNull() deprecated. * Marked XiphComment::removeField() deprecated. + * Marked custom integer types deprecated. * Many smaller bug fixes and performance improvements. TagLib 1.10 (Nov 11, 2015)