Skip to content

Commit

Permalink
Add release note about new SomeAsyncException
Browse files Browse the repository at this point in the history
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
  • Loading branch information
hvr committed Feb 5, 2014
1 parent b6a8e69 commit 58e503f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
* Remove deprecated functions `unsafeInterleaveST`, `unsafeIOToST`,
and `unsafeSTToIO` from `Control.Monad.ST`.

* Add a new superclass `SomeAsyncException` for all asynchronous exceptions
and makes the existing `AsyncException` and `Timeout` exception children
of `SomeAsyncException` in the hierarchy.

* Remove deprecated functions `blocked`, `unblock`, and `block` from
`Control.Exception`.

Expand Down

0 comments on commit 58e503f

Please sign in to comment.