]> granicus.if.org Git - taglib/commitdiff
Remove a warning from a comment and update NEWS.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 20 Nov 2015 02:12:37 +0000 (11:12 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 20 Nov 2015 04:48:51 +0000 (13:48 +0900)
NEWS
taglib/asf/asffile.h

diff --git a/NEWS b/NEWS
index e4d1c9a5aa2d7362bc5e90fd9cba631b21c4615b..1b3751bd35ee818450d758e3a843aba148304521 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@
  * Better handling of duplicate ID3v2 tags in all kinds of files.
  * Better handling of duplicate tags in WAV files.
  * Fixed crash when calling File::properties() after strip().
+ * Fixed possible file corruptions when saving ASF files.
  * Marked ByteVector::null and ByteVector::isNull() deprecated.
  * Marked String::null and ByteVector::isNull() deprecated.
  * Many smaller bug fixes and performance improvements.
index f1ae431fe7c9c319f21717f184f995deb1f16588..b674da79c1479507e0f548c1dfa0ba39fd9215bf 100644 (file)
@@ -112,9 +112,6 @@ namespace TagLib {
        * Save the file.
        *
        * This returns true if the save was successful.
-       *
-       * \warning In the current implementation, it's dangerous to call save()
-       * repeatedly.  At worst it will corrupt the file.
        */
       virtual bool save();