Skip to content

Commit b70a660

Browse files
committed
Add CHANGELOG for #580
1 parent 04c1d13 commit b70a660

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- In this version [mvdan.cc/sh](https://github.com/mvdan/sh) was upgraded
6+
with some small fixes and features
7+
- The `read -p` flag is now supported
8+
([#314](https://github.com/go-task/task/issues/314), [mvdan/sh#551](https://github.com/mvdan/sh/issues/551), [mvdan/sh#772](https://github.com/mvdan/sh/pull/722))
9+
- The `pwd -P` and `pwd -L` flags are now supported
10+
([#553](https://github.com/go-task/task/issues/553), [mvdan/sh#724](https://github.com/mvdan/sh/issues/724), [mvdan/sh#728](https://github.com/mvdan/sh/pull/728))
11+
- The `$GID` environment variable is now correctly being set
12+
([#561](https://github.com/go-task/task/issues/561), [mvdan/sh#723](https://github.com/mvdan/sh/pull/723))
13+
314
## v3.8.0 - 2021-09-26
415

516
- Add `interactive: true` setting to improve support for interactive CLI apps

0 commit comments

Comments
 (0)