From 784847f35bb1e4791785a39d6fd2c2b413ca9d3c Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 28 Nov 2021 16:15:54 -0300 Subject: [PATCH] CHANGELOG: Add entry for #533 and #588 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8e7cef..099d803d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Add logging in verbose mode for when a task starts and finishes + ([#533](https://github.com/go-task/task/issues/533), [#588](https://github.com/go-task/task/pull/588)). - 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