projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab26e57
)
updated CHANGELOG
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 6 Jun 2023 13:44:07 +0000
(08:44 -0500)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 6 Jun 2023 13:44:07 +0000
(08:44 -0500)
CHANGELOG
patch
|
blob
|
history
diff --git
a/CHANGELOG
b/CHANGELOG
index e7f0a3d62a692a478a9f06ff398f55d5475ca512..7120dee54032838fd9e6392038e895ea03b51205 100644
(file)
--- a/
CHANGELOG
+++ b/
CHANGELOG
@@
-1,3
+1,21
@@
+Release v0.1.3
+-----------
+Unreleased
+
+Additions:
+- New syntax for declaring quoted code blocks.
+ - `[captures] { body }` for blocks.
+ - `[captures] ( expr )` for expressions.
+
+Removals:
+- Remove old syntax for quoted blocks, `#quote` and `#()`.
+ - Switch to `[] {}` and `[] ()` respectively.
+
+Changes:
+
+Bugfixes:
+
+
Release v0.1.2
-----------
30th May 2023