CHANGELOG: 1.0 edits

This commit is contained in:
Jonathan Daugherty 2022-08-08 15:05:00 -07:00
parent d168aef6bd
commit ee5cfd66dd

View File

@ -56,7 +56,7 @@ ticket](https://github.com/jtdaugherty/brick/issues/379).
once the event handler finished. Now, the event handler is paused once the event handler finished. Now, the event handler is paused
while the specified action is run. This allows `EventM` code to while the specified action is run. This allows `EventM` code to
continue to run after `suspendAndResume` is called and before 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`. * Brick now depends on `mtl` rather than `transformers`.
* The `IsString` instance for `AttrName` was removed. * The `IsString` instance for `AttrName` was removed.
* This change is motivated by the API wart that resulted from the * This change is motivated by the API wart that resulted from the