Parse 'else if' correctly, and not like elif. Fixes #1088.

This commit is contained in:
Vidar Holen
2018-01-13 22:42:19 -08:00
parent ee997fdec4
commit 5b14dba489
2 changed files with 10 additions and 9 deletions

View File

@@ -2,6 +2,9 @@
### Added
- SC2223: Quote warning specific to `: ${var=value}`
### Changed
- SC1073: 'else if' is now parsed correctly and not like 'elif'
## v0.4.7 - 2017-12-08
### Added
- Statically linked binaries for Linux and Windows (see README.md)!