Skip to content

Commit da6ea7b

Browse files
committed
Add changelog for 0.16.2
1 parent 4edd164 commit da6ea7b

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

servant-server/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-server/CHANGELOG.md)
22
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
33

4+
0.16.2
5+
------
6+
7+
* `singleton-bool-0.1.5` (`SBool` is re-exported)
8+
- Add `discreteBool :: Dec (a :~: b)` (GHC-7.8+)
9+
- Add `Show`, `Eq`, `Ord` `SBool b` instances.
10+
* dependencies update
11+
12+
0.16.1
13+
------
14+
15+
* Use `http-api-data-0.4.1` (a part of its API is re-exported)
16+
[#1181](https://github.com/haskell-servant/servant/pull/1181)
17+
418
0.16
519
----
620

servant/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
22

3+
0.16.2
4+
------
5+
6+
* `singleton-bool-0.1.5` (`SBool` is re-exported)
7+
- Add `discreteBool :: Dec (a :~: b)` (GHC-7.8+)
8+
- Add `Show`, `Eq`, `Ord` `SBool b` instances.
9+
* dependencies update
10+
11+
0.16.1
12+
------
13+
14+
* Add `Semigroup` and `Monoid` `SourceT` instances
15+
[#1158](https://github.com/haskell-servant/servant/pull/1158)
16+
[#1159](https://github.com/haskell-servant/servant/pull/1159)
17+
* Use `http-api-data-0.4.1`
18+
[#1181](https://github.com/haskell-servant/servant/pull/1181)
19+
* Allow newer dependencies
20+
21+
0.16.0.1
22+
--------
23+
24+
- Make tests work with `http-media-0.8`
25+
326
0.16
427
----
528

0 commit comments

Comments
 (0)