From b7489d679693b8a422be24b42ff6dead9502807e Mon Sep 17 00:00:00 2001 From: Tiger Feng Date: Thu, 20 Feb 2003 20:49:30 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4370 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 17ffbaeb2..187871fae 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,9 @@ Version 1.3.18 (In progress) ============================ +02/20/2003: songyanf (Tiger) + Fixed problem with typedef with -fvirtual. + Similar as beazley's modification today. + 02/20/2003: beazley Fixed [ 605162 ] Typemap local variables. Reported by Lyle Johnson.