1
0
mirror of https://github.com/go-task/task.git synced 2025-01-30 05:39:17 +02:00

CHANGELOG: Mention contributor

This commit is contained in:
Andrey Nering 2023-03-16 21:42:11 -03:00
parent 1b7009f4d5
commit 291ee123c9

View File

@ -5,7 +5,7 @@
- Added new `splitArgs` to the template system
(`{{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)).
([#1040](https://github.com/go-task/task/issues/1040), [#1059](https://github.com/go-task/task/pull/1059) by @dhanusaputra).
## v3.22.0 - 2023-03-10