Fill in missing bits in CHANGELOG
This commit is contained in:
parent
0761f5c923
commit
a7a404a5a8
|
@ -14,8 +14,13 @@
|
||||||
- SC1117 about unknown double-quoted escape sequences has been retired
|
- SC1117 about unknown double-quoted escape sequences has been retired
|
||||||
|
|
||||||
### Fixed
|
### 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
|
- 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
|
## v0.5.0 - 2018-05-31
|
||||||
### Added
|
### Added
|
||||||
|
|
Loading…
Reference in New Issue