# Changelog for `newtype-generics`
## [0.6] – 2021-02-04
- Remove the deprecated `Control.Newtype` module.
- Support GHC-9.0
## [0.5.4] – 2019-09-10
- Add `Newtype` instance for `Data.Monoid.Ap`.
- Support GHC-8.8.
## [0.5.3] – 2018-03-23
- All code was moved to a new `Control.Newtype.Generics` module.
- `Control.Newtype` re-exports `Control.Newtype.Generics`, but is deprecated
and will be removed in the next major release.
## [0.5.2.2] – 2018-03-16
- Adjust bounds for `base` and `transformers`
## [0.5.2.1] – 2018-02-16
- Reupload due to README encoding issue
## [0.5.2] – 2018-02-16
### Added
- `under2`
- `over2`
### Other
- Various documentation improvements
## [0.5.1]
### Added
- Add more instances from base
## 0.5.0.1
### Changes
- Compatibility with GHC 8.2.1
## 0.5
### Changes
- Relax types of `underF` and `overF` to allow different input & output functors
[Unreleased]: https://github.com/sjakobi/newtype-generics/compare/v0.6...HEAD
[0.6]: https://github.com/sjakobi/newtype-generics/compare/v0.5.4...v0.6
[0.5.4]: https://github.com/sjakobi/newtype-generics/compare/v0.5.3...v0.5.4
[0.5.3]: https://github.com/sjakobi/newtype-generics/compare/v0.5.2.2...v0.5.3
[0.5.2.2]: https://github.com/sjakobi/newtype-generics/compare/v0.5.2.1...v0.5.2.2
[0.5.2.1]: https://github.com/sjakobi/newtype-generics/compare/v0.5.2...v0.5.2.1
[0.5.2]: https://github.com/sjakobi/newtype-generics/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/sjakobi/newtype-generics/compare/v0.5.0.1...v0.5.1