Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Oct 30, 2023
1 parent b194611 commit 3691b1b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Java Native Extractor by Fizzed

## 4.0.4 - 2023-10-30

- New NativeTarget.toAutoConfTarget() feature for configuring gcc/g++ hosts and targets

## 4.0.3 - 2023-10-26

- OperatingSystem and HardwareArchitecture enums now have human readable descriptors.
- OperatingSystem and HardwareArchitecture enums now have human readable descriptors.

## 4.0.2 - 2023-10-25

- Fix support for armel and armhf detection in NativeTarget for toRustTarget()
- Fix support for armel and armhf detection in NativeTarget for toRustTarget()

## 4.0.1 - 2023-10-24

- Improve speed of ABI detection on non-linux operating systems.
- Improve speed of ABI detection on non-linux operating systems.

## 4.0.0 - 2023-10-24

Expand Down

0 comments on commit 3691b1b

Please sign in to comment.