fused-effects-exceptions/ChangeLog.md

19 lines
414 B
Markdown
Raw Normal View History

# 1.0.0.0
* Port to fused-effects 1.0.
2019-10-29 16:46:57 +00:00
* Add `Control.Effect.Exception`, which wraps the entirety of `base`'s `Control.Exception`.
* Add `Control.Carrier.State.IORef`, a state carrier that does not drop writes.
* Remove `Catch` effect in favor of `Control.Effect.Exception`.
# 0.2.0.0
Bump lower bound of `fused-effects` to 0.5.
# 0.1.1.0
Depend on `unliftio-core` for unlifting.
# 0.1.0.0
Initial release.