From ab11e4c2fa36f1d5f71fdcf77c362877da2be02f Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 9 Nov 2006 22:38:24 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9538 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 e2e439f97..df7074ae2 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,9 @@ Version 1.3.30 (in progress) =========================== +11/09/2006: wsfulton + Fix director operator pointer/reference casts - #1592173. + 11/07/2006: wsfulton Add $self special variable for %extend methods. Please use this instead of just 'self' as the C++ 'this' pointer.