aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-07-25 14:42:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-07-25 14:42:25 +0200
commitca80d8d498dc5f18a6641a8acd99655c2f6b7a16 (patch)
tree5d54f33bb31d636c28dd291f53e5bd0245faa989
parent8622d4ae39ded82c33c3c8028b28d72b054b7426 (diff)
Minor tweaks to NEWS file
-rw-r--r--NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 95c1d9f..d87f24e 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ Version 0.15.0
update=execute is specified (see below on the update operation-specific
variable).
- This change should be transparent to most project. For background and
+ This change should be transparent to most projects. For background and
discussion of rare cases where you may wish to disable this, see:
https://github.com/build2/HOWTO/blob/master/entries/handle-auto-generated-headers.md
@@ -73,8 +73,8 @@ Version 0.15.0
icase - sort ignoring case
- Note that on case-insensitive filesystem the paths and dir_paths
- overload's order is case-insensitive.
+ Note that on case-insensitive filesystems the paths and dir_paths
+ overloads' order is case-insensitive.
* New $config.origin() function for querying configuration value origin.
@@ -110,7 +110,7 @@ Version 0.15.0
* Support for rule-specific search in immediate import.
We can now nominate a rule to perform the rule-specific search (if
- requires) using the rule_hint attribute. For example:
+ required) using the rule_hint attribute. For example:
import! [metadata, rule_hint=cxx.link] lib = libhello%lib{hello}
@@ -244,9 +244,9 @@ Version 0.15.0
$cxx.path $poptions $coptions $cxx.mode -o $o -c $s
}}
- Planned future improvements include support the `lines` (list of files,
- one per line) input format in addition to `make` and support for dynamic
- targets in addition to prerequisites.
+ Planned future improvements include support for the `lines` (list of
+ files, one per line) input format in addition to `make` and support for
+ dynamic targets in addition to prerequisites.
* Support for specifying custom ad hoc pattern rule names.