From b9acb6dfa51eb0e4593d26b6523451d7f06d4e42 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Wed, 6 Jan 2021 23:25:00 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b989cf00..d08f10ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`.