Update changelog.

This commit is contained in:
Calvin Rose 2019-10-10 19:06:16 -05:00
parent 088c926196
commit 8ee54e887f
1 changed files with 3 additions and 0 deletions

View File

@ -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.