From 42459fe45735f04b57df8cf3b53fc6ef8a50984a Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Wed, 16 Dec 2015 11:49:55 +0900 Subject: [PATCH] Update NEWS. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 8dc40132..6d7c485c 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,7 @@ * Fixed crash when parsing certain MPEG files. * Fixed possible file corruptions when saving ASF files. * Fixed possible file corruptions when saving FLAC files. + * Fixed possible file corruptions when saving MP4 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.