aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-03-15 16:12:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-03-15 16:12:00 +0200
commitcc57e830ac1d85ad588f849d30cdaf54e55ec0d1 (patch)
tree55991cc7469715335d15edc6c2e94e7bbaa389d7 /NEWS
parentc9cde47347bf473b7938961a0e51e8c740384ac6 (diff)
Minor NEWS file fixes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files 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.