Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2019-12-09 18:26:58 -06:00
parent 5b6dffe93d
commit eb1988a5ae
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file.
- `jpm` will use `CC` and `AR` environment variables when compiling programs.
- Add `comptime` macro for compile time evaluation.
- Run `main` functions in scripts if they exist, just like jpm standalone binaries.
- Add `protect` macro.
- Change marshalling protocol with regard to abstract types.
- Numerous small bug fixes and usability improvements.