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