From ce1ad6173bb36e9cf672a27230b48e8140b7321c Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Mon, 8 Aug 2022 15:28:13 -0700 Subject: [PATCH] CHANGELOG: 1.0 edits --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7019db8..ea299ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.