1
0
mirror of https://github.com/go-task/task.git synced 2025-03-19 21:17:46 +02:00

CHANGELOG: Add entries for and

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

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