X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6e26eb56daabde902cdbd550be972568a2ee2a80;hb=c9aefe2628c559c55abe2ddc8de6c92a5d9dbbaf;hp=4b0bf089cb23cf9043d0e1b90a191aebb43f6a91;hpb=2a902f4c890810af78190b630d4622b610ad19e8;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index 4b0bf08..6e26eb5 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,9 @@ Revision history for Mouse * 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)