From ee5cfd66dda2091de61773a7ecce04443206d656 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Mon, 8 Aug 2022 15:05:00 -0700 Subject: [PATCH] CHANGELOG: 1.0 edits --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99068ab..7019db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,7 +56,7 @@ ticket](https://github.com/jtdaugherty/brick/issues/379). once the event handler finished. Now, the event handler is paused while the specified action is run. This allows `EventM` code to continue to run after `suspendAndResume` is called and before - control is returned to `brick. + control is returned to `brick`. * Brick now depends on `mtl` rather than `transformers`. * The `IsString` instance for `AttrName` was removed. * This change is motivated by the API wart that resulted from the