Skip to content

Commit a8767a2

Browse files
committed
CHANGELOG: Mention mvdan/sh upgrade
1 parent 5e14e7f commit a8767a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Unreleased
44

5+
- Upgrade [mvdan/sh](https://github.com/mvdan/sh) which contains two
6+
relevant fixes:
7+
- Fix quote of empty strings in `shellQuote`
8+
([#609](https://github.com/go-task/task/issues/609), [mvdan/sh#763](https://github.com/mvdan/sh/issues/763)).
9+
- Fix issue of wrong environment variable being picked when there's another
10+
very similar one
11+
([#586](https://github.com/go-task/task/issues/586), [mndan/sh#745](https://github.com/mvdan/sh/pull/745)).
512
- Install shell completions automatically when installing via Homebrew
613
([#264](https://github.com/go-task/task/issues/264), [#592](https://github.com/go-task/task/pull/592), [go-task/homebrew-tap#2](https://github.com/go-task/homebrew-tap/pull/2)).
714

0 commit comments

Comments
 (0)