1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 18:29:56 +00:00

Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2021-01-06 23:25:00 -06:00
parent 4e7ad3c7ce
commit b9acb6dfa5

View File

@ -2,7 +2,9 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## Unreleased - ??? ## Unreleased - ???
- Make janet's `-k` flag work on stdin if no files are given. - Add `ev/gather` and `chan` argument to `ev/go`. This new argument allows "supervisor channels"
for fibers to enable structured concurrency.
- Make `-k` flag work on stdin if no files are given.
- Add `flycheck` function to core. - Add `flycheck` function to core.
- Make `backmatch` and `backref` more expressive in pegs. - Make `backmatch` and `backref` more expressive in pegs.
- Fix buggy `string/split`. - Fix buggy `string/split`.