# Changelog
## [0.5.0.4] - 2020-06-17
### Added
* `distinctOrd`
## [0.5.0.3] - 2020-04-23
### Changed
* The same as 0.5.0.2, but now it actually works.
## [0.5.0.2] - 2020-04-23
### Changed
* Exposed `decorateMap` from `Data.Validity.Containers`
## [0.5.0.1] - 2019-09-23
### Changed
* Improved the cabal file
* Used `++` instead of `<>` for a string, for compatibility purposes
## [0.5.0.0] - 2019-09-23
### Added
* `decorateMap`
### Changed
* The validity instance for maps now requires that keys are `Show`able.