# Change Log All notable changes to this project will be documented in this file. This file follows the formatting recommendations from [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/). ## [0.3.1][0.3.1] - 2015-09-07 ### Changed - `Serial` instances instead `Proxy` where possible. ### Added - Default tests for type constructors parametrized with `()`. - Exhaustive `TestTree`s. ## [0.2] - 2015-09-04 ### Removed - `smallcheck` specific modules from [`smallcheck-laws-0.1`](https://hackage.haskell.org/package/smallcheck-laws-0.1). This package now contains `Tasty` specific modules. ### Changed - Simplify module hierarchy: `Test.Tasty.SmallCheck.Laws` -> `Test.Tasty.Laws` [0.3]: https://github.com/jdnavarro/tasty-laws/compare/v0.2...v0.3.1 [0.2]: https://github.com/jdnavarro/tasty-laws/compare/bf1caa5...v0.2