Update NEWS.

This commit is contained in:
Tsuda Kageyu 2015-12-15 15:18:07 +09:00
parent 680784c7b7
commit 94f28b4fa1

2
NEWS
View File

@ -11,7 +11,9 @@
* Better handling of duplicate tag chunks in WAV files.
* Better handling of duplicate tag chunks in AIFF files.
* Fixed crash when calling File::properties() after strip().
* Fixed crash when parsing certain MPEG files.
* Fixed possible file corruptions when saving ASF files.
* Fixed possible file corruptions when saving FLAC 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.