From 25db8ccfa711958418868113cfd9836e6b24f58b Mon Sep 17 00:00:00 2001 From: Daniel Wiklund Date: Mon, 8 Oct 2012 16:56:44 +0200 Subject: [PATCH] Add issue #135 to CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 9d5e197f88..5817e93997 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -21,6 +21,7 @@ Bug Fixes * [#129](https://github.com/twall/jna/issues/129): Allow `Memory` field in structure - [@twall](https://github.com/twall). * Preserve `PointerType` fields on `Structure.read()` if unchanged - [@twall](https://github.com/twall). * [#128](https://github.com/twall/jna/issues/128): Fix masking extracting DWORD upper and lower WORD values - [@twall](https://github.com/twall). +* [#135](https://github.com/twall/jna/issues/135): Fix for `Advapi32Util.registryGetValues()` when reading zero length values - [@danwi](https://github.com/danwi). Release 3.4.2 =============