aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-11-18 09:49:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-11-18 09:49:53 +0200
commit4f8ce9ca52f8bd967ac4e656e24e4f33584abd22 (patch)
tree77f860a9e25585a69dfbaa55c0eaf91f8335ff29
parent938f2da201c4abff26cca466117231dac5ce05b5 (diff)
NEWS file proofreading changes
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 0840677..d20a966 100644
--- a/NEWS
+++ b/NEWS
@@ -30,7 +30,7 @@ Version 0.12.0
* Support for Clang targeting MSVC runtime on Windows.
- In particular, the build2 toolchain itself can now be build with Clang on
+ In particular, the build2 toolchain itself can now be built with Clang on
Windows, including using LLD. See the "Clang Compiler Toolchain" section
in the manual for details.
@@ -209,7 +209,7 @@ Version 0.12.0
* New config.config.persist variable.
- This variable is part of initial support for customizable config.*
+ This variable is part of the initial support for customizable config.*
variable persistence.
* New bin.lib.load_suffix variable.
@@ -233,9 +233,9 @@ Version 0.12.0
* The libu{} target group has been removed.
- The semantics provided by libu{} is rarely required and as a result was
- not yet documented. However, if you are using it, the new way to achieve
- the same result is to use both libue{} and libul{} explicitly, for
+ The semantics provided by libu{} is rarely required and as a result has
+ not yet been documented. However, if you are using it, the new way to
+ achieve the same result is to use both libue{} and libul{} explicitly, for
example:
exe{foo}: libue{foo}