1
0
mirror of https://github.com/go-task/task.git synced 2025-01-14 04:35:50 +02:00

CHANGELOG: Add entry for #533 and #588

This commit is contained in:
Andrey Nering 2021-11-28 16:15:54 -03:00
parent 97287377d1
commit 784847f35b

View File

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