From ce1c03faa38aa38a5719afe9ff135a3151d4b6d4 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Fri, 20 Nov 2015 23:08:43 +0900 Subject: [PATCH] Update NEWS. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 1b3751bd..84ebd89e 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ * Better handling of duplicate tags in WAV files. * Fixed crash when calling File::properties() after strip(). * Fixed possible file corruptions when saving ASF files. + * Fixed updating the comment field of Vorbis comments. * Marked ByteVector::null and ByteVector::isNull() deprecated. * Marked String::null and ByteVector::isNull() deprecated. * Many smaller bug fixes and performance improvements.