describe-0.2.0.4: CHANGELOG.md
# Revision history for describe
## 0.2.0.4 -- 2019-10-06
* Made Vec instance for Equals overlapping.
## 0.2.0.3 -- 2019-10-06
* Added constraint on `Optional` to prevent overlapping instances on the supplied predicate.
## 0.2.0.2 -- 2019-10-06
* Exposed `Equals`.
## 0.2.0.1 -- 2019-10-06
* Exposed hidden instances.
## 0.2.0.0 -- 2019-10-06
* Added `Describe` type class.
* Made `Describe` generically-derivable.
* Refactored module structure.
* Added type- and value-level combinators to be used with `Describe`.
## 0.1.2.1 -- 2019-09-08
* Fixed unwrapPut / serialize.
## 0.1.2.0 -- 2019-09-08
* Fixed Monad instance.
## 0.1.1.0 -- 2019-09-05
* Added Monad instance for Descriptor.
## 0.1.0.0 -- 2019-06-03
* Initial release.