mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Update CHANGELOG with $var[ and here doc expansion fixes
This commit is contained in:
parent
f71c142a44
commit
a98d69f4ff
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
||||||
- Annotations intended for a command's here documents now work
|
- Annotations intended for a command's here documents now work
|
||||||
- Escaped characters inside groups in =~ regexes now parse
|
- Escaped characters inside groups in =~ regexes now parse
|
||||||
- Associative arrays are now respected in arithmetic contexts
|
- 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
|
### Changed
|
||||||
- SC1073: 'else if' is now parsed correctly and not like 'elif'
|
- SC1073: 'else if' is now parsed correctly and not like 'elif'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue