From cc57e830ac1d85ad588f849d30cdaf54e55ec0d1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Mar 2016 16:12:00 +0200 Subject: Minor NEWS file fixes --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d361e46..ddc2ef2 100644 --- a/NEWS +++ b/NEWS @@ -2,13 +2,13 @@ Version 0.3.0 * Support for High Fidelity Builds (HFB). - The C++ compiler and link rules now detect when the compiler, options, or + The C++ compile and link rules now detect when the compiler, options, or input file set have changed and trigger the update of the target. Some examples of the events that would now trigger an automatic update: * Compiler change (e.g., g++ to clang++), upgrade, or reconfiguration. * Change of compile/link options (e.g., -O2 to -O3). - * Rename of a source file name (e.g., foo.cpp to foo.cxx). + * Replacement of a source file (e.g., foo.cpp with foo.cxx). * Removal of a file from a library/executable. * Support for the Intel C++ compiler on Linux. -- cgit v1.1