aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2016-02-01 22:19:43 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2016-02-01 22:19:43 +0900
commit92a1a00624bf78b620d9b7009965892ff5a5282f (patch)
tree937582c54a0f4330f01e0a0b12bcaf3c6600834b /NEWS
parent8afbf6c92a4a17d512bfb5f49db56a6416e71927 (diff)
APE item keys should be ASCII between 0x20 and 0x7E, not UTF-8.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1fe13d57..59c28d10 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,8 @@ TagLib 1.11 (Jan 30, 2016)
==========================
* Better handling of PCM WAV files with a 'fact' chunk.
-
+ * Better handling of corrupted APE tags.
+
1.11 BETA:
* New API for creating FileRef from IOStream.