Skip to content
Snippets Groups Projects
Commit 3457c517 authored by Ryan Scott's avatar Ryan Scott
Browse files

Add note to 0.9.0 changelog entry

parent 3c9ed56d
No related branches found
No related tags found
No related merge requests found
0.9.0 0.9.0
----- -----
* Add `generalBracket` to the `MonadMask` typeclass, allowing more * Add `generalBracket` to the `MonadMask` typeclass, allowing more
valid instances valid instances.
Note that functions such as `bracket` and `finally` are now based off of
`generalBracket`, so if you are a library author that provides a `MonadMask`
instance, you will need to provide an implementation of this method.
* Add `MonadMask` instances for `ExceptT` and `ErrorT` * Add `MonadMask` instances for `ExceptT` and `ErrorT`
0.8.3 0.8.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment