1
0
mirror of https://github.com/go-task/task.git synced 2025-01-06 03:53:54 +02:00

Fix typo in CHANGELOG

This commit is contained in:
Andrey Nering 2021-10-02 18:51:52 -03:00
parent ad6f100f6a
commit a3b5b89930

View File

@ -2,7 +2,7 @@
## v3.9.0 - 2021-10-02
- A new `shellQuote` was added to the template system
- A new `shellQuote` function was added to the template system
(`{{shellQuote "a string"}}`) to ensure a string is safe for use in shell
([mvdan/sh#727](https://github.com/mvdan/sh/pull/727), [mvdan/sh#737](https://github.com/mvdan/sh/pull/737), [Documentation](https://pkg.go.dev/mvdan.cc/sh/v3@v3.4.0/syntax#Quote))
- In this version [mvdan.cc/sh](https://github.com/mvdan/sh) was upgraded