Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2021-01-06 23:25:00 -06:00
parent 4e7ad3c7ce
commit b9acb6dfa5
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
All notable changes to this project will be documented in this file.
## 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.
- Make `backmatch` and `backref` more expressive in pegs.
- Fix buggy `string/split`.