aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2015-11-22 21:03:33 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2015-11-22 21:03:33 +0900
commite44de9f37fa8da91327c89461862932a1f1ac3e8 (patch)
tree94f80ac0c1977c57ed1f7134779f176fa7f808c9 /NEWS
parent2b7d6fef4748b5bafdf4cb4f3184b73273f7b465 (diff)
Remove duplicate tags when saving AIFF files.
Just the same way as WAV already does.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1c0d8383..baf214b2 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,8 @@
* Added String::clear().
* Added alternative functions to XiphComment::removeField().
* Better handling of duplicate ID3v2 tags in all kinds of files.
- * Better handling of duplicate tags in WAV files.
+ * Better handling of duplicate tag chunks in WAV files.
+ * Better handling of duplicate tag chunks in AIFF files.
* Fixed crash when calling File::properties() after strip().
* Fixed possible file corruptions when saving ASF files.
* Fixed updating the comment field of Vorbis comments.