Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Apr 3, 2024
1 parent 1abdc9b commit 3196f82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changelog/3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ _Not Released Yet_

#### Improvements

- Migrated from JNI to Java's new FFI.
- This removes the need to have a separate native artifact alongside the library.
- Introduced new method overloads that accept `MemorySegment` instead of `ByteBuffer`.
- Deprecated the `ByteBuffer` methods for removal.
- Migrated from JSR305 annotations to [JSpecify](https://jspecify.dev/).

#### Breaking Changes

- `MumbleLink#viewOf(ByteBuffer)` now requires a direct buffer.
- Removed (public) dependency on `com.google.code.findbugs:jsr305`.
- Removed the deprecated `MountType#valueOf(long)` overload.
- The deprecated public constructor of `MumbleLink.Context` has been hidden.
Expand Down

0 comments on commit 3196f82

Please sign in to comment.