Mention that FileRef::create no longer works.

This commit is contained in:
Tsuda Kageyu 2017-05-31 09:41:41 +09:00
parent bf7ee62dc6
commit 682ea77c2b
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -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)

View File

@ -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,