From: Joel Rosdahl Date: Thu, 21 Jul 2016 20:35:34 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v3.3~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8de25855ed88fe8cde9a689bd2872eda3d7303e0;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index 87122a972..a213d6333 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -57,6 +57,8 @@ New features and improvements - Added support for multiple `-arch` options to produce "fat binaries". +- Added support for caching compilation of assembler code produced by e.g. + ``gcc -S file.c''. Bug fixes ~~~~~~~~~