X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=115d1a8eb45df7c8d59edb7d972bace02a8464e0;hb=d44f0d03f175f6812650ec7c86cb3b3878667cae;hp=fa4a117f6cd5c3af1845abade5d37c5f0a80a8ac;hpb=96dbfdb775ad131c0bb635c561147a19f7de3450;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index fa4a117..115d1a8 100644 --- a/Changes +++ b/Changes @@ -18,6 +18,8 @@ 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)