diff options
| author | 2025-11-25 19:36:56 -0600 | |
|---|---|---|
| committer | 2025-11-30 14:19:51 -0600 | |
| commit | d9105299f10f33ed332c8d950a43f7051434ec22 (patch) | |
| tree | d92be59d126d34257ee96e20788749d23d8f6348 /CHANGELOG.md | |
| parent | Allow 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.md | 4 |
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 |
