From 97287377d1ecec943cbf0698dc30b463d78df07a Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 28 Nov 2021 16:12:33 -0300 Subject: [PATCH] CHANGELOG: Add entries for #597 and #598 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e99783ad..2c8e7cef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Fix an issue with preconditions and context errors + ([#597](https://github.com/go-task/task/issues/597), [#598](https://github.com/go-task/task/pull/598)). - Quote each `{{.CLI_ARGS}}` argument to prevent one with spaces to become many ([#613](https://github.com/go-task/task/pull/613)). - Fix nil pointer when `cmd:` was left empty