Mention that ShellCheck is now compatible with Cabal 3

This commit is contained in:
Vidar Holen 2019-12-07 16:08:44 -08:00
parent 5c7d8129ad
commit 0a4580e234
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
### Fixed
- `-f diff` no longer claims that it found more issues when it didn't
- Known empty variables now correctly trigger SC2086
- ShellCheck should now be compatible with Cabal 3
### Added
- SC2254: Suggest quoting expansions in case statements