Skip to content

Commit 2fd9757

Browse files
authored
Update changelog for 0.10 (#691)
1 parent cdda7bc commit 2fd9757

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

servant-client/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
* client asks for any content-type in Accept contentTypes non-empty list
88
([#615](https://github.com/haskell-servant/servant/pull/615))
99

10-
* Add `ClientLike` class that matches client functions generated using `client` with client data structure.
10+
* Add `ClientLike` class that matches client functions generated using `client`
11+
with client data structure.
12+
([#640](https://github.com/haskell-servant/servant/pull/640))
13+
14+
* Allow direct use of 'RequestBody'
15+
([#661](https://github.com/haskell-servant/servant/pull/661))
1116

1217
0.9.1.1
1318
-------

servant-server/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
`serveDirectoryWebApp`, `serveDirectoryWebAppLookup`, `serveDirectoryEmbedded`
1616
and `serveDirectoryWith` which offer 4 default options and a more flexible
1717
one for serving static files.
18+
([#658](https://github.com/haskell-servant/servant/pull/658))
19+
20+
* `DelayedIO` is an instance of `MonadResource`, allowing safe resource handling.
21+
([#622](https://github.com/haskell-servant/servant/pull/622)
22+
, [#674](https://github.com/haskell-servant/servant/pull/674)
23+
, [#675](https://github.com/haskell-servant/servant/pull/675))
24+
25+
* We now throw error on parameter parse failure
26+
([#649](https://github.com/haskell-servant/servant/pull/649)
27+
, [#670](https://github.com/haskell-servant/servant/pull/670))
1828

1929
0.7.1
2030
------

servant/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,19 @@
99
([#527](https://github.com/haskell-servant/servant/issues/527))
1010

1111
* Add `Servant.API.TypeLevel` module with type families to work with API types.
12-
([#345](https://github.com/haskell-servant/servant/pull/345))
13-
([#305](https://github.com/haskell-servant/servant/issues/305))
12+
([#345](https://github.com/haskell-servant/servant/pull/345)
13+
, [#305](https://github.com/haskell-servant/servant/issues/305))
1414

1515
* Default JSON content type change to `application/json;charset=utf-8`.
1616
([#263](https://github.com/haskell-servant/servant/issues/263))
1717
Related browser bugs:
1818
[Chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=438464) and
1919
[Firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=918742)
2020

21+
* `Accept` class may accept multiple content-types. `MimeUnrender` adopted as well.
22+
([#613](https://github.com/haskell-servant/servant/pull/614)
23+
, [#615](https://github.com/haskell-servant/servant/pull/615))
24+
2125
0.9.1
2226
------
2327

0 commit comments

Comments
 (0)