From 03824dd9f7c21235ba96f78b32722c268f8cf198 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Tue, 29 Oct 2019 19:41:48 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e287347e..e71854b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.