diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4015e5..f0aa2841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ ## Unreleased - Added new `splitArgs` to the template system - (`{{splitArgs "foo bar 'foo bar baz'"}}`) to ensure string is splitted as arguments not whitespaces + (`{{splitArgs "foo bar 'foo bar baz'"}}`) to ensure string is splitted as + arguments not whitespaces + ([#1040](https://github.com/go-task/task/issues/1040), [#1059](https://github.com/go-task/task/pull/1059)). ## v3.22.0 - 2023-03-10