File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## v3.8.0 - 2021-09-26
4
15
5
16
- Add ` interactive: true ` setting to improve support for interactive CLI apps
You can’t perform that action at this time.
0 commit comments