aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNoam Preil <noam@pixelhero.dev>2025-12-12 07:44:25 +0000
committerNoam Preil <noam@pixelhero.dev>2025-12-12 07:44:25 +0000
commitdc52242d36dc78948c39264ed70de6f9b08d909f (patch)
treec3f7abac84c707486acaec9e0e2506117ee50c53 /CHANGELOG.md
parentplan9: 32-bit support (diff)
add plan9 support to changelog
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 6a527f32..7c621948 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
- Add `thaw-keep-keys` as a variant of thaw
- The `repl` function now respects the `*repl-prompt*` dynamic binding by default.
- Allow matching exact lengths of datastructures with the `match` macro using a dollar suffix.
+- Add initial support for Plan 9. Some modules (e.g. ev) are not yet enabled.
## 1.40.1 - 2025-11-16
- Fix `JANET_REDUCED_OS` build regression caused by `os/posix-chroot`.