# 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] - 2015-09-23
### Fixed
- Export `Prism` `listSeries`.
### Changed
- Make `Depth` of compositing functions for `Traversal` and `Setter` constant.
## [0.3] - 2015-09-11
### Added
- Multiple `TestTree`s with different settings for dealing with `SmallCheck`
`Depth`.
### Removed
- `smallcheck` specific modules from
[`smallcheck-lens-0.1`](https://hackage.haskell.org/package/smallcheck-lens-0.1).
This package now contains `Tasty` specific modules.
### Changed
- Simplify module hierarchy: `Test.Tasty.SmallCheck.Lens` -> `Test.Tasty.Lens`
## [0.1] - 2015-05-27
### Added
- `SmallCheck` properties for each lens laws.
- `tasty` test trees for each `Lens` type.
- Tests for some `Lens`.
[0.3.1]: https://github.com/jdnavarro/tasty-lens/compare/v0.3...v0.3.1
[0.3]: https://github.com/jdnavarro/tasty-lens/compare/v0.1...v0.3
[0.1]: https://github.com/jdnavarro/tasty-lens/compare/1df060...v0.1