From 68a9d4f818ee319571ee23fdf5b62a92c71fcc27 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 29 Oct 2003 19:02:48 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5211 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index a9214615f..1b00f9e69 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,10 @@ Version 1.3.20 (In progress) ============================ +10/29/2003: beazley + Fixed [ 826996 ] perl type checking ignores perl subclasses. + This enhancement makes it so wrapped classes and structs can + be subclassed in Perl and used normally. + Patch contributed by Salvador Fandiño García. 10/14/2003: beazley Fixed a subtle problem with overloaded methods and smart pointers.