From 9254f7d6f7d5ec4f46405d56465971796c56613f Mon Sep 17 00:00:00 2001 From: blak3mill3r Date: Mon, 25 Oct 2021 03:10:02 +0000 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8b328..dc208a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. This change ### Fixed - Long and double arguments to upcalls failed to compile in some cases - Void return types on upcalls would crash on serialization +- Non-primitive types on upcalls was unsupported and would generate invalid bytecode with `nil` instructions ## [0.1.251] - 2021-10-14 ### Fixed