Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f66e00

Browse files
committed
Adds JNIVersion::V24 const
This exposes the `JNI_VERSION_24` constant from `jni.h` (note that no `JNI_VERSION_22` or `_23` constants were officially allocated and Java SE 25 uses `JNI_VERSION_24` (so there won't be an official `JNI_VERSION_25`) Closes: #807
1 parent acfd2fe commit 9f66e00

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
- `JNIVersion::V24` constant for JNI version 24.0 ([#819](https://github.com/jni-rs/jni-rs/pull/819))
2323
- `JPrimitiveArray::into_elements[_critical]` methods for accessing elements without borrowing the array reference. ([#818](https://github.com/jni-rs/jni-rs/pull/818))
24+
- `JNIVersion::V24` constant for JNI version 24.0 ([#819](https://github.com/jni-rs/jni-rs/pull/819))
2425

2526
### Fixed
2627

0 commit comments

Comments
 (0)