mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Mention that FileRef::create no longer works.
This commit is contained in:
parent
bf7ee62dc6
commit
682ea77c2b
1
NEWS
1
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)
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user