From ca55e9b6214a139db6434978fe9d5b3761185e89 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Thu, 1 May 2025 17:58:47 +0000 Subject: [PATCH] chore: changelog for #2225 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bbcbd74..03800c43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Added `uuid`, `randInt` and `randIntN` template functions (#1346, #2225 by + @pd93). - Added new `CLI_ARGS_LIST` array variable which contains the arguments passed to Task after the `--` (the same as `CLI_ARGS`, but an array instead of a string). (#2138, #2139, #2140 by @pd93).