aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2026-01-10 13:42:45 -0600
committerCalvin Rose <calsrose@gmail.com>2026-01-10 14:04:48 -0600
commit9bc308532f0a3fa698dbcb0d9ff815d64ad4ae4f (patch)
tree50bc3b1ae05735f42180bdb1169557884026824d /CHANGELOG.md
parentSimplify dynamic binding setup in cli-main. (diff)
Make varfn correctly handle verbose metadata.
The macro would previously choke on `(varfn abc {:abc 123} ...)` due to mishandling of structs and tables as metadata. This caused issues when running `janet -d` with spork.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4dcbd0ba..32d3fcfb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## Unreleased - ???
+- Use color in script output if color is being used in REPL output.
+- Fix `varfn` macros handling of extra metadata.
- Add linting for unused bindings.
- Add `janet_optuinteger` and `janet_optuinteger64` to the C API.
- Add `cms` combinator to PEGs.