From: Joel Rosdahl Date: Mon, 9 Feb 2015 20:49:09 +0000 (+0100) Subject: Update NEWS X-Git-Tag: v3.2.2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c00db59d64d0d6b92b80766bdf28c9d6f6081768;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index 640b8479c..26fb76573 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -12,6 +12,8 @@ Bug fixes This makes it possible to rebuild with `CCACHE_CPP2` set without having to clear the cache to get new results. +- Fixed a bug where ccache deleted clang diagnostics after compiler failures. + ccache 3.2.1 ------------