X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=526c2df5bffbae48cd4e8dd621620c1ebb6a7d62;hb=dbf2d5d48aa00b6b2a98dc788d6c3323ab760aee;hp=f757a88eeb6fce21c44192d77d3ee482a7598710;hpb=6a7756cc831fa21bc28b924a8edbaeeb28a4a66b;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index f757a88..526c2df 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,25 @@ Revision history for Mouse +0.82 2010-11-05 18:12:28 + [BUG FIXES] + * Wrong name for a method in Mouse::Meta::TypeConstraint: + s/is_a_subtype_of/is_a_type_of/ + * $type_constraint->type_parameter didn't return the correct value + if it's a subtype of paramterized type constraints + +0.81 2010-10-28 21:49:40 + [BUG FIXES] + * Roles which attributes has no methods could affect cache invalidation + +0.80 Wed Oct 6 00:15:49 2010 + [BUG FIXES] + * Resolve RT #61906 (Syohei Yoshida): A single 'accessor' did + not define the method for the attribute + +0.79 Tue Oct 5 19:26:11 2010 + [BUG FIXES] + * Fix a mis-use of aTHX_/pTHX_ in XS (Vincent Pit) + 0.78 Tue Oct 5 15:27:13 2010 [BUG FIXES] * Resolve RT #61852 (Vincent Pit): Parametrized type constraints didn't