projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbfaf5d
)
updated CHANGELOG
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 6 Jun 2023 13:54:31 +0000
(08:54 -0500)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 6 Jun 2023 13:54:31 +0000
(08:54 -0500)
CHANGELOG
patch
|
blob
|
history
diff --git
a/CHANGELOG
b/CHANGELOG
index 7120dee54032838fd9e6392038e895ea03b51205..8643caf1392345c9ba1590ad9b6cd2caceba0277 100644
(file)
--- 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 `#()`.