aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2015-11-27 12:15:03 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2015-11-27 12:15:03 +0900
commit6b836c6ba70a4b8f4c213fcf8e30effa35797354 (patch)
tree3f263e735e57a244e9c40376ee44d56994f5e6a5 /NEWS
parentf5a3f2b6c132a2c83d445c2c2947e6f365fdab4b (diff)
Add ENABLE_CCACHE build option to allow users opt in to use ccache.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ade98dba..86680008 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@
* 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.
* Marked ByteVector::null and ByteVector::isNull() deprecated.
* Marked String::null and ByteVector::isNull() deprecated.
* Marked XiphComment::removeField() deprecated.