From a082b1e069daeae1620fcd6109e71c5a568dcbfb Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 21 Dec 2011 21:58:34 +0000 Subject: [PATCH] The 'directorin' typemap now accepts , etc expansions instead of having to use workarounds - _name, _name etc. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12881 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 936a8bc46..7f60b3d3f 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,10 @@ See the RELEASENOTES file for a summary of changes in each release. Version 2.0.5 (in progress) =========================== +2011-12-21: wsfulton + The 'directorin' typemap now accepts $1, $2 etc expansions instead of having to use workarounds - + $1_name, $2_name etc. + 2011-12-20: wsfulton [Java] Add (char *STRING, size_t LENGTH) director typemaps.