From 72044a79c6ae375d9d3ee20c609d4d376e9392d8 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 25 Feb 2018 13:28:45 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b20741..5d3f28e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,11 @@ ### Fixed - Annotations intended for a command's here documents now work +- Escaped characters inside groups in =~ regexes now parse ### Changed - SC1073: 'else if' is now parsed correctly and not like 'elif' +- SC2163: 'export $name' can now be silenced with 'export ${name?}' ## v0.4.7 - 2017-12-08 ### Added -- GitLab