From 177078e83e7a3216a29d1155b903ef85c08a75a7 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Fri, 11 Nov 2022 14:09:20 -0600 Subject: [PATCH] Update changelog for JDK 19 support --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d91551b..737fefa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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