aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-11-25 19:36:56 -0600
committerCalvin Rose <calsrose@gmail.com>2025-11-30 14:19:51 -0600
commitd9105299f10f33ed332c8d950a43f7051434ec22 (patch)
treed92be59d126d34257ee96e20788749d23d8f6348 /CHANGELOG.md
parentAllow matching tuples and arrays exactly via a dollar suffix. (diff)
Allow matching tuples and arrays exactly via a dollar suffix.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c46147a6..9ceb7c8b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
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.
+
## 1.40.1 - 2025-11-16
- Fix `JANET_REDUCED_OS` build regression caused by `os/posix-chroot`.
- Code formatting