diff --git a/CHANGELOG.md b/CHANGELOG.md index 947e456..eb00b91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,13 @@ - SC1117 about unknown double-quoted escape sequences has been retired ### Fixed -- SC2021 no longer triggers for equivalence classes like '[=e=]' +- SC2021 no longer triggers for equivalence classes like `[=e=]` - SC2221/SC2222 no longer mistriggers on fall-through case branches +- SC2081 about glob matches in `[ .. ]` now also triggers for `!=` +- SC2086 no longer warns about spaces in `$#` +- SC2164 no longer suggests subshells for `cd ..; cmd; cd ..` +- `read -a` is now correctly considered an array assignment +- SC2039 no longer warns about LINENO now that it's POSIX ## v0.5.0 - 2018-05-31 ### Added