From eb1988a5aec2511b4dfb0289e47f4661bcd0a17f Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Mon, 9 Dec 2019 18:26:58 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d4743bb..5d6ff822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.