X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Changes;h=6e26eb56daabde902cdbd550be972568a2ee2a80;hp=0040d4876f840193663c83753e2e3c0f7fb5fa12;hb=bb3f31b1dbdb50a00a80d833b15d1f45922e6096;hpb=c4ec764243251d46cffa30ae028beef530b0a432 diff --git a/Changes b/Changes index 0040d48..6e26eb5 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,19 @@ Revision history for Mouse -0.19 +0.20 + * To improve Moose compat, the third argument to trigger + (the attribute metaobject) has been removed (Sartak) + + * To improve Moose compat, a single undef passed to new + is now disallowed (Sartak) + +0.19 Sun Mar 8 04:38:01 2009 + * Parameterized type constraints for ArrayRef and HashRef (lestrrat) + + * Allow extensible attribute metaclass in traits too(tokuhirom) + + * Don't use method modifiers in a test since they may not be + available (Sartak) 0.18 Fri Mar 6 19:09:33 2009 * Fix the issue preventing Mouse usage on Perl 5.6 - a bug in older