From ecb9d07f52e6bda891aeea1ca497bd1a5ff95d1d Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 25 Feb 2018 18:15:55 -0800 Subject: [PATCH] Update changelog with associative arrays in (()) fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22d1d0a..b92dbd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ### Fixed - 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 ### Changed - SC1073: 'else if' is now parsed correctly and not like 'elif'