From: Joel Rosdahl Date: Tue, 17 Apr 2018 19:57:01 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.5~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5779e97652ec8b87a0629b7127ad5cc398a35ba3;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index a504d27af..78db89665 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -16,6 +16,9 @@ New features and enhancements precompiled headers. Note that the build system needs to keep the checksum file in sync with the precompiled header for this to work. +- Added ``stats updated'' timestamp in `ccache -s` output. This can be useful + if you wonder whether ccache actually was used for your last build. + ccache 3.4.2 ------------