From f8736c5f770d9f351afd4e8504dddfeec3ec7ad8 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Thu, 1 May 2025 17:51:47 +0000 Subject: [PATCH] chore: changelog for #2140 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4587d56e..8bbcbd74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +- 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). - Added `toYaml` and `fromYaml` templating functions (#2217, #2219 by @pd93). - Fixed fuzzy suggestions not working when misspelling a task name (#2192, #2200 by @vmaerten).