From bb1bc9c407d5aaae38302fa18084f639d73393f5 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Tue, 29 Oct 2019 12:46:57 -0400 Subject: [PATCH] Update changelog. --- ChangeLog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index fa0c428..0344e38 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,9 +1,9 @@ # 1.0.0.0 * Port to fused-effects 1.0. -* Add `Control.Effect.Resource` and `Control.Carrier.Resource`, as ported from fused-effects 0.5. -* Add `Control.Carrier.State.IORef` to help people migrating from other state carriers. -* Move `Control.Effect.Catch.CatchC` to `Control.Carrier.Catch` and simplify its internals. +* 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