From 34818128a07f3e0e498357625f778ff95b132409 Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Wed, 23 Feb 2022 13:58:44 -0600 Subject: [PATCH] Do not throw Win32Exception on success for empty section in Kernel32Util#getPrivateProfileSection --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 35abbd8763..280bf8f41e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,11 +8,11 @@ Next Release (5.11.0) Features -------- * [#1398](https://github.com/java-native-access/jna/pull/1398): Increase `c.s.j.p.win32.Sspi#MAX_TOKEN_SIZE` on Windows 8/Server 2012 and later - [@dbwiddis](https://github.com/dbwiddis). -* [#1398](https://github.com/java-native-access/jna/pull/1403): Rebuild AIX binaries with libffi 3.4.2 (other architectures were part of 5.10) - [@matthiasblaesing](https://github.com/matthiasblaesing). +* [#1403](https://github.com/java-native-access/jna/pull/1403): Rebuild AIX binaries with libffi 3.4.2 (other architectures were part of 5.10) - [@matthiasblaesing](https://github.com/matthiasblaesing). Bug Fixes --------- - +* [#1411](https://github.com/java-native-access/jna/pull/1411): Do not throw `Win32Exception` on success for empty section in `Kernel32Util#getPrivateProfileSection` - [@mkarg](https://github.com/mkarg). Release 5.10.0 ==============