aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsarna <sarna@chaszcze.org>2025-07-12 17:06:38 +0200
committersarna <sarna@chaszcze.org>2025-07-13 16:31:12 +0200
commit2af3f21d6965703a337ab694da834e9cc395b420 (patch)
treec12cd92e31dbfa9cd24f828d91bb0214470c8c0c /CHANGELOG.md
parentClarify :fresh usage in import (diff)
Validate optional args to import
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 9005d294..c6e1847a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
All notable changes to this project will be documented in this file.
## Unreleased - ???
+- Raise helpful errors for incorrect arguments to `import`.
- Allow configuring `JANET_THREAD_LOCAL` during builds to allow multi-threading on unknown compilers.
- Make `ffi/write` append to a buffer instead of insert at 0 by default.
- Add `os/getpid` to get the current process id.