beam-th-0.2.0.0: CHANGELOG.md
# Changelog for the [`beam-th` package](http://hackage.haskell.org/package/beam-th)
## 0.2.0.0 *July 2016*
* Increase test suite coverage
* Expose the `Database.Beam.TH.Internal` module together with added documentation
* Change the fixity of some internal operators (no visible changes)
* Remove unused `TupleSections` extension
## 0.1.0.3
* Final round of name lookup fixes
* Fix tests broken by the additional type annotations generated from 0.1.0.2 onwards
## 0.1.0.2
* Further name lookup fixes
* Generate type annotations for all record fields, not just for `PrimaryKey` fields
## 0.1.0.1
* Fix name lookup for `LensFor`
## 0.1.0.0 *June 2016*
* Initial release