# Unreleased
# v0.3.1.0
* Fix bug where errors in Main module would show the path of the temporary file instead of the original file
* Ignore binary files in test directory
# v0.3.0.0
* Fix bug when omitting signature after specifying a signature for a prior test
* Add support for `_expectFail`, `_expectFailBecause`, `_ignoreTest`, `_ignoreTestBecause` suffixes
# v0.2.0.0
* Fix build for GHC 8.10.2
* Greatly simplify framework by replacing `test_testCase` with just `test = testCase ...`
# v0.1.0.0
Initial release