From 643c0b497642a633369bc1af16da2c2c851dd9dd Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 1 Feb 2026 10:54:31 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9990a7c5..64a29858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,15 @@ All notable changes to this project will be documented in this file. ## Unreleased - ??? +- Add support for persistent REPL history with the environment variable `JANET_HISTFILE` +- Fix windows processes launching bug with empty environment table that caused process-launch failures. - Add `:I`, `:V`, and `:N` flags to `os/open` for more control when creating streams. - Add `ev/go-gather` for a dynamic `ev/gather`. - Use color in script output if color is being used in REPL output. - Fix `varfn` macros handling of extra metadata. +- Disallow certain degenerate uses of fibers with the ev/ module. - Add linting for unused bindings. +- Add linting for extra or wrong parameters to &named functions. - Add `janet_optuinteger` and `janet_optuinteger64` to the C API. - Add `cms` combinator to PEGs. - Add `thaw-keep-keys` as a variant of thaw