aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-07-18 12:34:52 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-07-18 12:54:55 +0300
commit47d5b304235c5b1f409b01cab95a2191eac5a230 (patch)
treedc82e4971e7c0124a5953b6ab75ec017c6124c83 /NEWS
parentef81695c5fa356529bac6f8aa7d9bfe1f1c84473 (diff)
Add $regex.find_match() and $regex.find_search() functions
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f5e2016..5999e49 100644
--- a/NEWS
+++ b/NEWS
@@ -187,6 +187,8 @@ Version 0.13.0
See the "Install Module" chapter in the manual for details.
+ * New $regex.find_{match,search}() functions that operate on lists.
+
* The $process.run*() functions now recognize a number of portable builtins.
Refer to the Testscript manual for the list and details.