diff --git a/CHANGES.md b/CHANGES.md old mode 100755 new mode 100644 index b29988d4af..8722eb1489 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,7 @@ Features * [#512](https://github.com/java-native-access/jna/pull/512): Make loading debug flags mutable [@lwahonen](https://github.com/lwahonen). * [#514](https://github.com/java-native-access/jna/pull/514): Added `host_processor_info` to `com.sun.jna.platform.mac.SystemB` - [@dbwiddis](https://github.com/dbwiddis). * [#519](https://github.com/java-native-access/jna/pull/519): Added JNA functional overview - [@twall](https://github.com/twall). +* [#520](https://github.com/java-native-access/jna/pull/): Add a convenience jar that contains all native dispatch libraries. If you want to hacking on JNA with an IDE, just include native-dispatch-libs.jar to your classpath and create a module from the JNA src directory. - [@lwahonen](https://github.com/lwahonen). Bug Fixes --------- diff --git a/dist/native-dispatch-libs.jar b/dist/native-dispatch-libs.jar new file mode 100644 index 0000000000..3fcb21fcc3 Binary files /dev/null and b/dist/native-dispatch-libs.jar differ