From 52bd03fd68087e4a466eb7fcec03dec4ca2bf59c Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Fri, 28 Nov 2003 20:56:55 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5437 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 5cf2899d9..c47baabef 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,5 +1,8 @@ Version 1.3.20 (In progress) ============================ +11/28/2003: beazley + [Perl5] Added support for C++ pointers to members. + 11/28/2003: beazley Fixed [ 850151 ] PYVERSION with python2.3 in configure of SWIG 1.3.19 (Maybe).