From 15c3c756ca2400c89135eb4b60ef2adeb75b327e Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Wed, 31 May 2017 09:28:30 +0900 Subject: [PATCH] Update NEWS. --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ac22cd93..67908264 100644 --- a/NEWS +++ b/NEWS @@ -4,9 +4,10 @@ * Added support for classical music tags of iTunes 12.5. * Dropped support for Windows 9x and NT 4.0 or older. * Fixed reading MP4 atoms with zero length. - * Fixed handling of lowercase field names in Vorbis Comments. - * Fixed possible file corruptions when saving Ogg files. * Fixed reading FLAC files with zero-sized seektables. + * Fixed handling of lowercase field names in Vorbis Comments. + * Fixed handling of 'rate' atoms in MP4 files. + * Fixed possible file corruptions when saving Ogg files. * Better handling of invalid UTF-8 sequences. * Several smaller bug fixes and performance improvements.