Update changelog for JDK 19 support

This commit is contained in:
Joshua Suskalo 2022-11-11 14:09:20 -06:00
parent 49bdca0766
commit 177078e83e
No known key found for this signature in database
GPG key ID: 9B6BA586EFF1B9F0

View file

@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This change
## [Unreleased]
### Added
- Support for JDK 19
- New macros for defining vars with values from native code
- 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
@ -12,6 +13,9 @@ All notable changes to this project will be documented in this file. This change
- Bug where padding in structs may be increased when fields have alignments less than their size
- Bug where pointer alignment was incorrectly defined
### Changed
- References to `scope` as a term have been changed to `session` to match Panama messaging. Where this conflicts with function names, old versions have been deprecated and new names have been introduced.
## [0.5.357] - 2022-07-07
### Removed
- `:coffi.mem/long-long` primitive type