File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.4.1] - 2021-11-23
4+
5+ - ** syntax**
6+ - Don't return an empty string on empty input to ` Quote `
7+ - ** expand**
8+ - Properly sort in ` ListEnviron ` to avoid common prefix issues
9+ - ** interp**
10+ - ` export ` used in functions now affects the global scope
11+ - Support looking for scripts in ` $PATH ` in ` source `
12+ - Properly slice arrays in parameter expansions
13+
314## [ 3.4.0] - 2021-10-01
415
516This release drops support for Go 1.15,
@@ -554,6 +565,7 @@ module in v3.
554565
555566Initial release.
556567
568+ [ 3.4.1 ] : https://github.com/mvdan/sh/releases/tag/v3.4.1
557569[ 3.4.0 ] : https://github.com/mvdan/sh/releases/tag/v3.4.0
558570[ 3.3.1 ] : https://github.com/mvdan/sh/releases/tag/v3.3.1
559571[ 3.3.0 ] : https://github.com/mvdan/sh/releases/tag/v3.3.0
You can’t perform that action at this time.
0 commit comments