aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2016-02-18 03:07:38 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2016-02-18 03:07:38 +0900
commita9acca5d817932e9362ed28b9641b05a1aac0683 (patch)
treeece6c510a756ac7b95360e73ddbfb3a2ed350f9f /NEWS
parentdadfe7979953dda7ae04ca1c3638495943dedf6d (diff)
Decode unsynchronized ID3v2 frames efficiently.
It makes a great difference when decoding huge unsynchronized ID3v2 frames.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 74695376..5fbfb7ee 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ TagLib 1.11 (Jan 30, 2016)
* Better handling of PCM WAV files with a 'fact' chunk.
* Better handling of corrupted APE tags.
+ * Efficient decoding of unsynchronized ID3v2 frames.
* Fixed text encoding when saving certain frames in ID3v2.3 tags.
* Several smaller bug fixes and performance improvements.