Update changelog

This commit is contained in:
Vidar Holen 2018-02-25 13:28:45 -08:00
parent 6511dc0246
commit 72044a79c6
1 changed files with 2 additions and 0 deletions

View File

@ -8,9 +8,11 @@
### Fixed ### Fixed
- Annotations intended for a command's here documents now work - Annotations intended for a command's here documents now work
- Escaped characters inside groups in =~ regexes now parse
### Changed ### Changed
- SC1073: 'else if' is now parsed correctly and not like 'elif' - 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 ## v0.4.7 - 2017-12-08
### Added ### Added