File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.0.1] - 2020-01-11
4+
5+ - ** cmd/shfmt**
6+ - Fix an edge case where walking directories could panic
7+ - ** syntax**
8+ - Only do a trailing read in ` Parser.Stmts ` if we have open heredocs
9+ - Ensure comments are never folded into heredocs
10+ - Properly tokenize ` ) ` after a ` =~ ` test regexp
11+ - Stop parsing a comment at an escaped newline
12+ - ** expand**
13+ - ` "$@" ` now expands to zero fields when there are zero parameters
14+
315## [ 3.0.0] - 2019-12-16
416
517This is the first stable release as a proper module, now under
Original file line number Diff line number Diff line change 5656 out io.Writer = os .Stdout
5757 color bool
5858
59- version = "v3.0.0 "
59+ version = "v3.0.1 "
6060)
6161
6262func main () {
You can’t perform that action at this time.
0 commit comments