From 4c5734c2ee5484fea7214ed91fc5330875799666 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 7 Dec 2019 10:35:40 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b22886..6d4743bb 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. +- Change marshalling protocol with regard to abstract types. - Numerous small bug fixes and usability improvements. ### 1.5.1 - 2019-11-16