mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 09:38:48 +08:00
Update CHANGELOG with $var[ and here doc expansion fixes
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user