X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f18526942765295d10170b5a948031a2521766bc;hb=38f4a557632e3df5d521ea0f88c885c92826ca33;hp=0c3722ae4a887d610a6268c20c44ab35a04cefa7;hpb=ce1cb32085aa3071f45d88d00fbace00d13c3712;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index 0c3722a..f185269 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for Mouse +0.83 2010-11-08 11:40:25 + [BUG FIXES] + * 'Int' type constraint passed dualvars (e.g. $!) while Moose's doesn't + +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