# Change Log
Notable changes to the project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and the
project adheres to the [Haskell Package Versioning
Policy (PVP)](https://pvp.haskell.org)
## [0.3.0.0] - 2020-08-26
### Changed
* update for accelerate-1.3
## [0.2.0.0] - 2018-04-03
### Added
* `Field` instances for `Shape`s, where `_1` is the right-most component of
the shape (x-coordinate), `_2` is the next component (y-coordinate), etc.
### Changed
* updates for accelerate-1.2
## 0.1.0.0 - 2017-03-31
* Initial release
[0.3.0.0]: https://github.com/tmcdonell/lens-accelerate/compare/0.2.0.0...v0.3.0.0
[0.2.0.0]: https://github.com/tmcdonell/lens-accelerate/compare/0.1.0.0...0.2.0.0