X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=cba9d0effd5235795ce1b59c0e77989e21af89e7;hb=4786262b51c7c709fa9fb9d4e64235ad385d96f5;hp=fa4a117f6cd5c3af1845abade5d37c5f0a80a8ac;hpb=96dbfdb775ad131c0bb635c561147a19f7de3450;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index fa4a117..cba9d0e 100644 --- a/Changes +++ b/Changes @@ -18,10 +18,18 @@ Revision history for Mouse * class_type shouldn't load the class (Moose compat; no easy fix :/) + * exists($_[1]) is faster than scalar(@_) >= 2 (obra) + * suppress warnings when we use "around" and "has '+...'" (dann) * use Data::Util to make method modifiers fast if it's available (dann) + * Implement "enum" type constraints + + * Implement "override" and "super" + + * MouseX::Types is now in its own dist + 0.14 Sat Dec 20 16:53:05 2008 * POD fix