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.