Skip to content

Commit

Permalink
Update changelogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed Jul 31, 2020
1 parent be67958 commit 6dcb29b
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 1 deletion.
8 changes: 8 additions & 0 deletions servant-client-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-client-core/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.18
----

### Significant changes

- Support for ghc8.8 (#1318, #1326, #1327)


0.17
----

Expand Down
8 changes: 8 additions & 0 deletions servant-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-client/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.18
----

### Significant changes

- Support for ghc8.8 (#1318, #1326, #1327)


0.17
----

Expand Down
8 changes: 8 additions & 0 deletions servant-http-streams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-http-streams/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.18
----

### Significant changes

- Support for ghc8.8 (#1318, #1326, #1327)


0.17
----

Expand Down
11 changes: 11 additions & 0 deletions servant-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
[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)

0.18
----

### Significant changes

- Support for ghc8.8 (#1318, #1326, #1327)

- Configurable error messages for automatic errors thrown by servant,
like "no route" or "could not parse json body" (#1312, #1326, #1327)


0.17
----

Expand Down
22 changes: 21 additions & 1 deletion servant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)

0.18
----

### Significant changes

- Support for ghc8.8 (#1318, #1326, #1327)

- Configurable error messages for automatic errors thrown by servant,
like "no route" or "could not parse json body" (#1312, #1326, #1327)

### Other changes

- Witness that a type-level natural number corresponds to a HTTP
status code (#1310)

- Improve haddocs (#1279)

- Dependency management (#1269, #1293, #1286, #1287)


0.17
----

Expand Down Expand Up @@ -53,7 +73,7 @@
can be run other ways too (though not so conveniently).

- *servant* Remove deprecated modules [1268#](https://github.com/haskell-servant/servant/pull/1268)

- `Servant.Utils.Links` is `Servant.Links`
- `Servant.API.Internal.Test.ComprehensiveAPI` is `Servant.Test.ComprehensiveAPI`

Expand Down

0 comments on commit 6dcb29b

Please sign in to comment.