X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e46d19d5c094ff42cd35a7682309abbda14ecf89;hb=532546a15611acd6b5a7cbfcefa3bec593cd3058;hp=35d6284b246d22dae4a8b06f3c3a833bf7f27256;hpb=b11787bf7cafe5074ae42bf8ef4258c5c176f1d2;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index 35d6284..e46d19d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,24 @@ Revision history for Mouse +0.84 2010-11-10 14:31:20 + * No feature changes + * Fix tests not to depend on platforms + +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 + 0.80 Wed Oct 6 00:15:49 2010 [BUG FIXES] * Resolve RT #61906 (Syohei Yoshida): A single 'accessor' did