From: Joel Rosdahl Date: Sun, 8 Mar 2015 19:57:32 +0000 (+0100) Subject: Update NEWS X-Git-Tag: v3.2.2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76997f0dc6744fd5dd145b89b9eb522f2697d0d5;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index b0c76d797..a63704301 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -5,6 +5,14 @@ ccache news Unreleased ---------- +New features and improvements +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Added support for `CCACHE_COMPILERCHECK=string:`. This is a faster + alternative to `CCACHE_COMPILERCHECK=` if the command's output can + be precalculated by the build system. + + Bug fixes ~~~~~~~~~