From 2eec1b11a7d706c8567ada7ed185ff03ee287f34 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Mon, 25 Oct 2021 09:34:26 -0500 Subject: [PATCH] Fixup changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24d3311..27e58f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,14 @@ All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). ## [Unreleased] +### Fixed +- Non-primitive arguments on upcalls would generate invalid bytecode with `nil` instructions + ## [0.2.259] - 2021-10-16 ### 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