aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-08-20 07:12:58 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-08-20 07:12:58 +0100
commit5c2e0b2c5e07a91a79daeee7424ba3a601b42da0 (patch)
tree91f1c32b37fb2b1cb5d9832323241e151d8275f0
parent4f948d01d65fb92fbcc65fcb8cabe36220e8fbf5 (diff)
downloadswig-5c2e0b2c5e07a91a79daeee7424ba3a601b42da0.tar.gz
Add SWIG_JavaIllegalStateException to changes file
-rw-r--r--CHANGES.current4
1 files changed, 4 insertions, 0 deletions
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.