Update changelog

This commit is contained in:
Joshua Suskalo 2023-03-28 14:26:10 -05:00
parent 5deac64934
commit 0b323e0909
No known key found for this signature in database
GPG key ID: 9B6BA586EFF1B9F0

View file

@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file. This change
- New function to allow getting the backing memory segment of a `coffi.ffi.StaticVariable`, to replace the `Addressable` implementation lost in the migration to JDK 18
### Fixed
- Bug where `static-variable`s with primitive types would not deserialize properly on `deref`
- Uses of `defvar` not compiling
- Bug where nil values would not be correctly coerced to null pointers when passed to inlined functions
- Bug where inline serde functions would fail on complex pointer types
- Bug where padding in structs may be increased when fields have alignments less than their size