Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2019-11-09 10:05:29 -06:00
parent 8911daaf6c
commit 75d21d9f45
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
All notable changes to this project will be documented in this file.
## Unreleased
- Add `--test` flag to jpm to test libraries on installation.
- Add `math/rng`, `math/rng-int`, and `math/rng-uniform`.
- Add `in` function to index in a stricter manner. Opposingly, `get` will
now not throw errors on bad keys.