From d47b5f8c6ac57a5a93a51f62c232e6e051599eb1 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Fri, 11 Oct 2019 00:11:19 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e69df0..4483fbcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## Unreleased +- Add `quit` function to exit from a repl, but not always exit the entire + application. - Integrate jpm with https://github.com/janet-lang/pkgs.git. jpm can now install packages based on their short names in the package listing, which can be customized via an env variable.