Update changelog for JDK 19 support
This commit is contained in:
parent
49bdca0766
commit
177078e83e
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue