From 300c6db261984434463044735ee12b0e062e101e Mon Sep 17 00:00:00 2001 From: Timothy Wall Date: Sun, 30 Aug 2015 10:52:12 -0400 Subject: [PATCH] add change entry for PR #451 --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 9dcb9d8432..6a90102db0 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -48,6 +48,7 @@ Features * [#434](https://github.com/twall/jna/pull/434): Added GetEnvironmentStrings to 'com.sun.jna.platform.win32.Kernel32' - [@lgoldstein](https://github.com/lgoldstein). * Loosen OSGI OS name matching to accommodate Windows 8 family - Niels Bertram. * [#436] (https://github.com/twall/jna/pull/469): Added basic Pdh API implementation to 'com.sun.jna.platform.win32' - [@lgoldstein](https://github.com/lgoldstein). +* [#451] (https://github.com/twall/jna/pull/451): Add VARIANT support for CHAR and BYTE - [@mitkola](https://github.com/mitkola). * [#481] (https://github.com/twall/jna/pull/481): Added volume management functions to 'com.sun.jna.platform.win32' - [@lgoldstein](https://github.com/lgoldstein). * [#483] (https://github.com/twall/jna/pull/483): Found and fixed duplicate method definitions for the same API in 'com.sun.jna.platform.win32' - [@lgoldstein](https://github.com/lgoldstein). * [#485] (https://github.com/twall/jna/pull/485): Implemented Comparable interface for many of the base types in 'com.sun.jna.platform.win32.WinDef' - [@lgoldstein](https://github.com/lgoldstein).