From 928b0f42c8a12c4aed4caa6780c4ce29899426d0 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Tue, 1 Oct 2024 13:36:46 -0400 Subject: [PATCH] Update changelog for removal of deprecations etc. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 869e483..8609d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. This change ## [Unreleased] ### Added - Support for JDK 22 +- `reinterpret` function which changes the size associated with a segment, optionally associating it with an arena and cleanup action + +### Changed +- Arglists and docstrings of functions to refer to arenas rather than the outdated terms scope or session +- Change the arguments to `as-segment` to take longs to account for the removal of an Address type + +### Removed +- Deprecated functions referring to sessions and scopes +- Deprecated functions `slice-into` and `with-offset`, replaced by the function `slice` ### Fixed - Prep step when using coffi as a dependency wouldn't re-run if it failed during execution, e.g. when using the incorrect java version