From a98d69f4ff32894c6b2fe31ff8b0515ba4d256b5 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 4 Mar 2018 15:42:52 -0800 Subject: [PATCH] Update CHANGELOG with $var[ and here doc expansion fixes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b92dbd3..0e2662d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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'