diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 05:44:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 05:44:01 +0200 |
commit | 2a5eb277bebcfffd6be8fda5d4e1048abc526dc4 (patch) | |
tree | 07aa5d9dbd40344e6843627c08d706c1368b2558 | |
parent | e17879da59b12b6f7d9fa86b78c97bfa3fb5430d (diff) |
Tweak NEWS file
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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: |