From c1e3d65b683b0483c8c19659bd22c44a5e7334e3 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Fri, 5 Feb 2016 10:53:56 +0900 Subject: [PATCH] Fix a typo in NEWS --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 787f2d3b..e4b30a44 100644 --- a/NEWS +++ b/NEWS @@ -34,7 +34,7 @@ TagLib 1.11 (Jan 30, 2016) * Fixed updating the comment field of Vorbis comments. * Fixed reading date and time in ID3v2.3 tags. * Marked ByteVector::null and ByteVector::isNull() deprecated. - * Marked String::null and ByteVector::isNull() deprecated. + * Marked String::null and String:isNull() deprecated. * Marked XiphComment::removeField() deprecated. * Marked Ogg::Page::getCopyWithNewPageSequenceNumber() deprecated. It returns null. * Marked custom integer types deprecated.