Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2019-07-20 16:59:11 -05:00
parent a0e98b9aa8
commit 9118f2ce08
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## Unreleased
- Add `use` macro.
- Remove `process/args` in favor of `(dyn :args)`.
- Fix bug with Nanbox implementation allowing users to created
custom values of any type with typed array and marshal modules, which
was unsafe.