From 8ee54e887f68c4338ec7e84cc172d3aa3b440d1f Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Thu, 10 Oct 2019 19:06:16 -0500 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c1eda42..a3e69df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. ## Unreleased +- 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. - Add `varfn` macro - Add compile time arity checking when function in function call is known. - Added `slice` to the core library.