aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2017-06-12 13:04:15 +0900
committerGitHub <noreply@github.com>2017-06-12 13:04:15 +0900
commit1fb310ec1fec60b9d6f8aae641905d1cd95b2069 (patch)
tree9116c154bdf832d5743139818cf6f66663a17796 /NEWS
parentc8bcd153fe4a1c9c792dd8cd404226b19a3fc1c7 (diff)
parentc2fe93c12b70f3ae5604564558144282af1e48c2 (diff)
Merge pull request #799 from TsudaKageyu/filetype-detection
Enable FileRef to detect file types by the actual content of a stream.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 67908264..4a7abb56 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@
* Fixed handling of 'rate' atoms in MP4 files.
* Fixed possible file corruptions when saving Ogg files.
* Better handling of invalid UTF-8 sequences.
+ * Marked FileRef::create() deprecated. It returns null.
* Several smaller bug fixes and performance improvements.
TagLib 1.11.1 (Oct 24, 2016)