Update CHANGELOG with $var[ and here doc expansion fixes

This commit is contained in:
Vidar Holen 2018-03-04 15:42:52 -08:00
parent f71c142a44
commit a98d69f4ff

View file

@ -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'