diff --git a/CHANGES.md b/CHANGES.md index 0fb961111a..3368d154d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,10 @@ Features * Updated AIX natives and build - [@twall](https://github.com/twall). * [#290](https://github.com/twall/jna/pull/290): Improved the stacktrace for the exceptions thrown by `com.sun.jna.Structure` - [@ebourg](https://github.com/ebourg). +Bug Fixes +--------- +* [#319](https://github.com/twall/jna/pull/319): Fix direct-mapping type-mapped pointer result types - [@marco2357](https://github.com/marco2357). + Release 4.1 ===========