Skip to content

Commit

Permalink
Update changelogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepillabout committed Apr 12, 2019
1 parent 5994d00 commit cb3f8f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions servant-checked-exceptions-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.1.0.0

* Add support for servant-0.16 and remove support for all previous version of
servant. [#31](https://github.com/cdepillabout/servant-checked-exceptions/pull/31)
Thanks [Schell Carl Scivally](https://github.com/schell)!

## 2.0.0.0

* Initial release of `servant-checked-exceptions-core` package, with
Expand Down
8 changes: 7 additions & 1 deletion servant-checked-exceptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.1.0.0

* Add support for servant-0.16 and remove support for all previous version of
servant. [#31](https://github.com/cdepillabout/servant-checked-exceptions/pull/31)
Thanks [Schell Carl Scivally](https://github.com/schell)!

## 2.0.0.0

* Split into two package `servant-checked-exceptions-core` and
Expand All @@ -6,7 +12,7 @@
the latter reexports the former and adds instances for `HasServer`
and `HasClient`. The rationale is described further in
[issue 25](https://github.com/cdepillabout/servant-checked-exceptions/issues/25)

Most users should only depend on `servant-checked-exceptions`.
But users who need access to core types without incurring a dependency
on `servant-server` and `servant-client` can depend on
Expand Down

0 comments on commit cb3f8f2

Please sign in to comment.