X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Changes;h=6e26eb56daabde902cdbd550be972568a2ee2a80;hp=989bd7a88e45adb0567598702abab8c0dd7a1acb;hb=bb3f31b1dbdb50a00a80d833b15d1f45922e6096;hpb=f96bd2aa92194303be5a62473a8c2e44bbc6d9cb diff --git a/Changes b/Changes index 989bd7a..6e26eb5 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,13 @@ 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)