Add changelog for 0.16.2
This commit is contained in:
parent
3615acb53e
commit
5285011233
2 changed files with 16 additions and 0 deletions
|
@ -1,6 +1,14 @@
|
||||||
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-server/CHANGELOG.md)
|
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-server/CHANGELOG.md)
|
||||||
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
|
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
|
||||||
|
|
||||||
|
0.16.2
|
||||||
|
------
|
||||||
|
|
||||||
|
* `singleton-bool-0.1.5` (`SBool` is re-exported)
|
||||||
|
- Add `discreteBool :: Dec (a :~: b)` (GHC-7.8+)
|
||||||
|
- Add `Show`, `Eq`, `Ord` `SBool b` instances.
|
||||||
|
* dependencies update
|
||||||
|
|
||||||
0.16.1
|
0.16.1
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
|
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
|
||||||
|
|
||||||
|
0.16.2
|
||||||
|
------
|
||||||
|
|
||||||
|
* `singleton-bool-0.1.5` (`SBool` is re-exported)
|
||||||
|
- Add `discreteBool :: Dec (a :~: b)` (GHC-7.8+)
|
||||||
|
- Add `Show`, `Eq`, `Ord` `SBool b` instances.
|
||||||
|
* dependencies update
|
||||||
|
|
||||||
0.16.1
|
0.16.1
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue