mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-27 07:53:44 +03:00
CHANGELOG: 1.0 edits
This commit is contained in:
parent
ee5cfd66dd
commit
ce1ad6173b
@ -47,7 +47,8 @@ ticket](https://github.com/jtdaugherty/brick/issues/379).
|
||||
* Since `Next` was removed, control flow is now as follows:
|
||||
* Without any explicit specification, an `EventM` block always
|
||||
continues execution of the `brick` event loop when it finishes.
|
||||
`continue` was removed from the API.
|
||||
`continue` was removed from the API. What was previously `continue
|
||||
$ s & someLens .~ value` will become `someLens .= value`.
|
||||
* `halt` is still used to indicate that the event loop should halt
|
||||
after the calling handler is finished, but `halt` no longer takes
|
||||
an explicit state value argument.
|
||||
|
Loading…
Reference in New Issue
Block a user