Skip to content

Commit

Permalink
chore: add relevant changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
SirYwell committed Nov 11, 2024
1 parent 2d8c59e commit c079c65
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

## [Unreleased]

- Add `FunctionDescriptor` type analysis
- Add `MethodHandle#withVarargs` type analysis
- Add inspection and quick fix for redundant `MethodHandles#dropReturn` calls
- Add inspection and quick fix for `MethodHandles#constant` calls that can be replaced by `MethodHandles#zero` calls
- Add `MethodHandle#asType` type analysis, including inspections and quick fixes
- Add `MemoryLayout#byteOffsetHandle` type analysis
- Add inspection for `void` parameter types
- Add `Linker#downcallHandle` type analysis
- Improve `MethodHandles#tryFinally` type analysis

## [0.2.1] - 2024-08-12

### Fixed
Expand Down

0 comments on commit c079c65

Please sign in to comment.