From da6c521e1cab2d482ee88efd01657acadf95ad93 Mon Sep 17 00:00:00 2001 From: Timothy Wall Date: Tue, 13 May 2014 06:17:41 -0400 Subject: [PATCH] add change entry for PR #319 --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) 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 ===========