Skip to content

Commit 8a3ecb2

Browse files
committed
Classify changelog into breaking and other changes
1 parent 736918a commit 8a3ecb2

File tree

5 files changed

+29
-10
lines changed

5 files changed

+29
-10
lines changed

servant-client/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
0.10
2-
----
2+
-----
3+
4+
### Breaking changes
5+
6+
There shouldn't be breaking changes. Released as a part of `servant` suite.
7+
8+
### Other changes
39

410
* Add MonadBase and MonadBaseControl instances for ClientM
511
([#663](https://github.com/haskell-servant/servant/issues/663))

servant-docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.10
2+
----
3+
4+
There are no changes. Released as a part of `servant` suite.
5+
16
0.7.1
27
-----
38

servant-foreign/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
0.10
22
----
33

4+
### Breaking changes
5+
46
* Do not apply JavaScript specific mangling to the names.
57
([#191](https://github.com/haskell-servant/servant/issues/191))
68

servant-server/CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
0.10
22
----
33

4-
* Add `err422` Unprocessable Entity
5-
([#646](https://github.com/haskell-servant/servant/pull/646))
4+
### Breaking changes
5+
6+
* `Handler` is now an abstract datatype. Migration hint: change `throwE` to `throwError`.
7+
([#641](https://github.com/haskell-servant/servant/issues/641))
8+
69
* Changed `HasServer` instances for `QueryParam` and `QueryParam` to throw 400
710
when parsing fails
8-
([#649](6e77453b67dc164e5381fb867e5e6475302619a3))
11+
([#649](https://github.com/haskell-servant/servant/pull/649))
12+
13+
### Other changes
14+
915
* Added `paramD` block to `Delayed`
1016

11-
* `Handler` is now an abstract datatype. Migration hint: change `throwE` to `throwError`.
12-
([#641](https://github.com/haskell-servant/servant/issues/641))
17+
* Add `err422` Unprocessable Entity
18+
([#646](https://github.com/haskell-servant/servant/pull/646))
1319

1420
* Deprecate `serveDirectory` and introduce `serveDirectoryFileServer`,
1521
`serveDirectoryWebApp`, `serveDirectoryWebAppLookup`, `serveDirectoryEmbedded`
@@ -22,10 +28,6 @@
2228
, [#674](https://github.com/haskell-servant/servant/pull/674)
2329
, [#675](https://github.com/haskell-servant/servant/pull/675))
2430

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))
28-
2931
0.7.1
3032
------
3133

servant/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
0.10
22
------
33

4+
### Breaking changes
5+
46
* Use `NT` from `natural-transformation` for `Enter`
57
([#616](https://github.com/haskell-servant/servant/issues/616))
68

79
* Change to `MkLink (Verb ...) = Link` (previously `URI`). To consume `Link`
810
use its `ToHttpApiData` instance or `linkURI`.
911
([#527](https://github.com/haskell-servant/servant/issues/527))
1012

13+
### Other changes
14+
1115
* Add `Servant.API.TypeLevel` module with type families to work with API types.
1216
([#345](https://github.com/haskell-servant/servant/pull/345)
1317
, [#305](https://github.com/haskell-servant/servant/issues/305))

0 commit comments

Comments
 (0)