From 1b7009f4d5894956d939399a5e36a20bc752c8fc Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Thu, 16 Mar 2023 21:40:23 -0300 Subject: [PATCH] CHANGELOG: Add references to entry --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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