update CHANGELOG

This commit is contained in:
blak3mill3r 2021-10-25 03:10:02 +00:00
parent b21a5db27e
commit 9254f7d6f7

View file

@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. This change
### Fixed ### Fixed
- Long and double arguments to upcalls failed to compile in some cases - Long and double arguments to upcalls failed to compile in some cases
- Void return types on upcalls would crash on serialization - 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 ## [0.1.251] - 2021-10-14
### Fixed ### Fixed