*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5211 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-10-29 19:02:48 +00:00
commit 417105a4ed

View file

@ -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.