From 5c2e0b2c5e07a91a79daeee7424ba3a601b42da0 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 20 Aug 2019 07:12:58 +0100 Subject: [PATCH] Add SWIG_JavaIllegalStateException to changes file --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 20272249f..6ae17df9c 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.1 (in progress) =========================== +2019-08-20: bkotzz + [Java] #1616 Add SWIG_JavaIllegalStateException to support throwing + java.lang.IllegalStateException from JNI code. + 2019-08-19: sjml [Lua] #1596 tostring output changes to show the underlying C/C++ pointer.