From 47d5b304235c5b1f409b01cab95a2191eac5a230 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 18 Jul 2020 12:34:52 +0300 Subject: Add $regex.find_match() and $regex.find_search() functions --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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. -- cgit v1.1