From: Joel Rosdahl Date: Thu, 21 Mar 2019 19:53:41 +0000 (+0100) Subject: Update NEWS X-Git-Tag: v3.7~59 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7dfb227eb4cd970363e8fee27990cd09783d3c30;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index c44e9e3be..8fcf6c77a 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -16,6 +16,8 @@ Changes * Fixed bugs related to support for `-gsplit-dwarf`. Previously ccache could produce an incorrect link to the `.dwo` file in the `.o` file. +* Compilations with /dev/null as the input file are now cached. + ccache 3.6 ----------