X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b60d1c45988f9baf5b64238eb76c0607fca7623a;hb=559f35335d5ddba6baeff5a8a50c0d67a3297c87;hp=19343fbe568225934c90a2f973e7b039e98ea4e1;hpb=0b54ae38a1775d0ca0d4d730adcd5bcb8e461f26;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index 19343fb..b60d1c4 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,52 @@ Revision history for Mouse -0.77 +0.86 2010-11-12 20:12:53 [BUG FIXES] + * Role application to instances cached anonymous classes in wrong way + +0.85 2010-11-11 10:51:45 + [BUG FIXES] + * Fix an error message to be compatible with Moose's + * Fix build problems + +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 + 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 + call their "where" clause anymore. + * Mouse::Object::DESTROY could fail to call DEMOLISHes in some cases + (reported by @typester). + +0.77 Wed Sep 29 21:35:11 2010 + [BUG FIXES] + * Fix tests failed against 5.6.2 * Combination of 'isa' and 'does' for has() sugar was incorrectly proccessed in Mouse::PurePerl. * Fix foreign class checking routines. Please update MouseX::Foreign.