From 4161746d895e0e3de2e74bf79adc085cd5924de5 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Fri, 20 Nov 2015 13:25:28 +0900 Subject: [PATCH] Update NEWS. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 709971d5..c979c571 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ * Added support for ID3v2 PCST and WFED frames. * Added String::clear(). * Better handling of duplicate ID3v2 tags in all kinds of files. + * Fixed crash when calling File::properties() after strip(). * Marked ByteVector::null and ByteVector::isNull() deprecated. * Marked String::null and ByteVector::isNull() deprecated. * Many smaller bug fixes and performance improvements.