aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-11-30 08:47:01 -0600
committerCalvin Rose <calsrose@gmail.com>2025-11-30 14:19:51 -0600
commitbe2a1ddf9641322832d01234d17e0d8e6eba1f6e (patch)
treeab75574b6ba784798504c35927fd439c8c3c61f7 /CHANGELOG.md
parentAllow matching tuples and arrays exactly via a dollar suffix. (diff)
Add test case for dollar suffix match.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ceb7c8b..b08f27f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## Unreleased - ???
- Add `thaw-keep-keys` as a variant of thaw
- The `repl` function now respects the `*repl-prompt*` dynamic binding.
+- Allow matching exact lengths of datastructures with the `match` macro using a dollar suffix.
## 1.40.1 - 2025-11-16
- Fix `JANET_REDUCED_OS` build regression caused by `os/posix-chroot`.