1
0
mirror of https://github.com/go-task/task.git synced 2025-03-03 14:52:13 +02:00

CHANGELOG: Add references to entry

This commit is contained in:
Andrey Nering 2023-03-16 21:40:23 -03:00
parent 9c3ee234f1
commit 1b7009f4d5

View File

@ -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