1
0
mirror of https://github.com/janet-lang/janet synced 2026-06-02 10:42:24 +00:00

Update CHANGELOG.md

This commit is contained in:
Calvin Rose
2026-02-01 10:54:31 -06:00
parent ecb72c9c9a
commit 643c0b4976
+4
View File
@@ -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