1
0
mirror of https://github.com/go-task/task.git synced 2025-02-15 14:03:30 +02:00

CHANGELOG: Add entries for #597 and #598

This commit is contained in:
Andrey Nering 2021-11-28 16:12:33 -03:00
parent a15b66e003
commit 97287377d1

View File

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