From b6acd9dbd196f53254bcab2794424a0ca429cdf1 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 10 Apr 2003 17:28:38 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4671 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index fd613f8c4..64b1b2a55 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,11 @@ Version 1.3.20 (In progress) ============================ +04/10/2003: cheetah (William Fulton) + [Java] Added a runtime check to typemaps in arrays_java.i library to check + that the Java array is the same size as the C array and throw an exception + if not. + 04/07/2003: cheetah (William Fulton) Remove GCC3 warning when compiling the examples and test-suite: