aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2017-05-31 09:41:41 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2017-05-31 09:41:41 +0900
commit682ea77c2bb63da79b61e0dd972367eaeecc6f15 (patch)
tree80a00164adb7b1e7fe3f80b2e5035691f55d8c55
parentbf7ee62dc6369421fa29205d15ea7968e89f9b98 (diff)
Mention that FileRef::create no longer works.
-rw-r--r--NEWS1
-rw-r--r--taglib/fileref.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ac22cd93..f8136f9a 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@
* Fixed possible file corruptions when saving Ogg files.
* Fixed reading FLAC files with zero-sized seektables.
* 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)
diff --git a/taglib/fileref.h b/taglib/fileref.h
index c36f54cb..ff14924e 100644
--- a/taglib/fileref.h
+++ b/taglib/fileref.h
@@ -268,7 +268,7 @@ namespace TagLib {
* \note You generally shouldn't use this method, but instead the constructor
* directly.
*
- * \deprecated
+ * \deprecated Always returns null.
*/
static File *create(FileName fileName,
bool readAudioProperties = true,