From: Brendan Hansen Date: Tue, 6 Jun 2023 13:54:31 +0000 (-0500) Subject: updated CHANGELOG X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=b844d2f58470ec29644e8e1465c08e67d1bb8013;p=onyx.git updated CHANGELOG --- diff --git a/CHANGELOG b/CHANGELOG index 7120dee5..8643caf1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ Additions: - New syntax for declaring quoted code blocks. - `[captures] { body }` for blocks. - `[captures] ( expr )` for expressions. +- `Optional.with` for running a block of code with the value in an Optional, if one is present. Removals: - Remove old syntax for quoted blocks, `#quote` and `#()`.