Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2019-10-29 19:41:48 -05:00
parent 280dca3998
commit 03824dd9f7
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## Unreleased
- Create shell.c when making the amlagamated source. This can be compiled with
janet.c to make the janet interpreter.
- Add `cli-main` function to the core, which invokes Janet's CLI interface.
This basically moves what was init.janet into boot.janet.
- Improve flychecking, and fix flyching bugs introduced in 1.4.0.