X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f96c942cefeb586d2f416185e390ab043bd9dadf;hb=5f6a73cb9be22a23a4c68defeea7c8f4acb9b8af;hp=ff2c4d6339f8a8a4825150fd7889896a08db6501;hpb=324d3602cdb888c03af13d330cb6f8fe65511f97;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index ff2c4d6..f96c942 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,12 @@ Revision history for Mouse 0.30 + * Make get_method_list() compatible with Moose's + + * Make unimport() not to remove non-Mouse functions (blessed and confess) + + * Remove a lot of duplication code + * Support is => 'bare', and you must pass and 'is' option to has() (gfx) * Make generator methods private (gfx)