From: Joel Rosdahl Date: Tue, 30 Jan 2018 20:55:17 +0000 (+0100) Subject: Update NEWS X-Git-Tag: v3.4~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efc76367d1b67ada014e753b4b107e9c977222f7;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index 733da7584..0d9ffa58d 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -27,6 +27,10 @@ New features and improvements are accepted and taken to mean "true". This is to stop users from setting e.g. `CCACHE_DISABLE=0` and then expect the cache to be used. +- Improved support for `run_second_cpp = false`: If combined with passing + `-fdirectives-only` (GCC) or `frewrite-includes` (Clang) to the compiler, + diagnostics warnings and similar will be correct. + Bug fixes ~~~~~~~~~