Update changelog for removal of deprecations etc.

This commit is contained in:
Joshua Suskalo 2024-10-01 13:36:46 -04:00
parent 2073f15767
commit 928b0f42c8
No known key found for this signature in database
GPG key ID: 9B6BA586EFF1B9F0

View file

@ -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