updated CHANGELOG
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 6 Jun 2023 13:44:07 +0000 (08:44 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 6 Jun 2023 13:44:07 +0000 (08:44 -0500)
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