aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-06-30 05:44:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-06-30 05:44:01 +0200
commit2a5eb277bebcfffd6be8fda5d4e1048abc526dc4 (patch)
tree07aa5d9dbd40344e6843627c08d706c1368b2558
parente17879da59b12b6f7d9fa86b78c97bfa3fb5430d (diff)
Tweak NEWS file
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d32a6dc..597156e 100644
--- a/NEWS
+++ b/NEWS
@@ -207,7 +207,8 @@ Version 0.16.0
Note that there is no hex notation support for the int64 (signed) type.
- * Support for the `for` and `while` loops in Buildscript and Testscript.
+ * Support for the `for` and `while` loops in Buildscript recipes and
+ Testscript.
For example:
@@ -226,7 +227,7 @@ Version 0.16.0
See "Command-For" and "Command-While" in the Testscript manual for
details.
- * New `find` builtin in Buildscript and Testscript.
+ * New `find` builtin in Buildscript recipes and Testscript.
For example: