Skip to content

Commit

Permalink
Update CHANGELOG with $var[ and here doc expansion fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
koalaman committed Mar 4, 2018
1 parent f71c142 commit a98d69f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
- Annotations intended for a command's here documents now work
- Escaped characters inside groups in =~ regexes now parse
- Associative arrays are now respected in arithmetic contexts
- SC1087 about `$var[@]` now correctly triggers on any index
- Bad expansions in here documents are no longer ignored

### Changed
- SC1073: 'else if' is now parsed correctly and not like 'elif'
Expand Down

0 comments on commit a98d69f

Please sign in to comment.