aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2015-12-02 15:01:10 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2015-12-02 15:01:10 +0900
commit7b854c5434033513fa647a3c0197b35daf523e7c (patch)
treefffb696355b928df9002cea0468483f015d455d5 /NEWS
parent1529af7a12c8bf1181cd20c027f80f621803fd5d (diff)
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 81580c7d..bec7d290 100644
--- a/NEWS
+++ b/NEWS
@@ -2,16 +2,17 @@
* New API for creating FileRef from IOStream.
* Added support for ID3v2 PCST and WFED frames.
+ * Added support for pictures in XiphComment.
* Added String::clear().
* Added alternative functions to XiphComment::removeField().
+ * Added BUILD_BINDINGS build option.
+ * Added ENABLE_CCACHE build option.
* Better handling of duplicate ID3v2 tags in all kinds of 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.
- * Added BUILD_BINDINGS build option.
- * Added ENABLE_CCACHE build option.
* Replaced ENABLE_STATIC build option with BUILD_SHARED_LIBS.
* Marked ByteVector::null and ByteVector::isNull() deprecated.
* Marked String::null and ByteVector::isNull() deprecated.