packages feed

validity-containers-0.5.0.2: CHANGELOG.md

# Changelog

## [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.