X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=8285f99497ee3543e1cae03234fa5c36a78f6775;hb=7056deca2e7d4ee9c47e2cbf4be9895777733e54;hp=ff2c4d6339f8a8a4825150fd7889896a08db6501;hpb=324d3602cdb888c03af13d330cb6f8fe65511f97;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index ff2c4d6..8285f99 100644 --- a/Changes +++ b/Changes @@ -2,9 +2,19 @@ Revision history for Mouse 0.30 - * Support is => 'bare', and you must pass and 'is' option to has() (gfx) + * Work around anonymous classes as mortal classes + + * Implement with $role => -exlucdes => [...] (gfx) + + * Implement get_method() in M::Meta::Class and M::Meta::Role (gfx) + + * Make get_method_list() compatible with Moose's (gfx) - * Make generator methods private (gfx) + * Make unimport() not to remove non-Mouse functions (blessed and confess) (gfx) + + * Remove a lot of duplication code (gfx) + + * Support is => 'bare', and you must pass and 'is' option to has() (gfx) 0.29 Thu Sep 17 11:49:49 2009