aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2017-06-12 13:07:21 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2017-06-12 13:07:21 +0900
commit1792ee9db81ed46fbce258c57a709ac7b38ea753 (patch)
treef7bd027e0de95bdd10caec37c93210ac4fe072e2
parent1fb310ec1fec60b9d6f8aae641905d1cd95b2069 (diff)
Update NEWS.
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4a7abb56..9c97fb45 100644
--- a/NEWS
+++ b/NEWS
@@ -2,14 +2,15 @@
* Added support for WinRT.
* Added support for classical music tags of iTunes 12.5.
+ * Enabled FileRef to detect file types based on the stream content.
* Dropped support for Windows 9x and NT 4.0 or older.
* Fixed reading MP4 atoms with zero length.
* 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 handling of invalid UTF-8 sequences.
* Fixed possible file corruptions when saving Ogg files.
- * Better handling of invalid UTF-8 sequences.
- * Marked FileRef::create() deprecated. It returns null.
+ * Marked FileRef::create() deprecated.
* Several smaller bug fixes and performance improvements.
TagLib 1.11.1 (Oct 24, 2016)