rest-types-1.10.2: CHANGELOG.md
# Changelog
### 1.10.2
* Add `Functor`, `Foldable` and `Traversable` instances for the types
in `Rest.Types.Error`.
### 1.10.1
* Added `ShowUrl` instance for strict and lazy `Text`.
#### 1.10.0.3
* Use `JSONSchema` `Any` type instead of `Choice []`
#### 1.10.0.2
* Use `rest-stringmap == 0.2.*`
#### 1.10.0.1
* Allow `mtl == 2.2.*`
## 1.10
* Removed `Rest.Container.StringMap` in favor of `rest-stringmap`. `KeyValues` is now an alias for `Rest.StringMap.HashMap.Strict String Value`.