Skip to content

Commit

Permalink
Do not throw Win32Exception on success for empty section
Browse files Browse the repository at this point in the history
in Kernel32Util#getPrivateProfileSection
  • Loading branch information
mkarg authored and dbwiddis committed Feb 23, 2022
1 parent 3d69361 commit a7bf41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Expand Up @@ -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
==============
Expand Down

0 comments on commit a7bf41c

Please sign in to comment.