Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinYousefi committed Sep 19, 2023
1 parent 8cf747a commit 91f6026
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jni/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
- `JvmExistsException` -> `JniVmExistsError`
- `NoJvmInstanceException` -> `NoJvmInstanceError`
- **Breaking Change**: Removed `InvalidJStringException`.
- **Breaking Change**: The default return `callType` of `int` is Java's `long`.
- **Breaking Change**: The default return `callType` of type parameter `int` for
methods such as `JObject.callMethodByName<int>` is now Java's `long` instead
of `int` to be consistent with the way arguments work.

[TODO(#393): Add the fact that `JException` is now a `JObject`.]: #

Expand Down

0 comments on commit 91f6026

Please sign in to comment.