1
0
mirror of https://github.com/go-task/task.git synced 2025-05-15 22:26:28 +02:00

CHANGELOG: Add entry for #614 and #612

This commit is contained in:
Andrey Nering 2021-11-28 15:43:38 -03:00
parent b824328850
commit db05059b42

View File

@ -2,6 +2,8 @@
## Unreleased
- Fix nil pointer when `cmd:` was left empty
([#612](https://github.com/go-task/task/issues/612), [#614](https://github.com/go-task/task/pull/614)).
- Upgrade [mvdan/sh](https://github.com/mvdan/sh) which contains two
relevant fixes:
- Fix quote of empty strings in `shellQuote`