X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=8285f99497ee3543e1cae03234fa5c36a78f6775;hb=00ca32fb8689b221d3a629533f1430831f04af88;hp=fbf45aa1c0239bed86c271556f387df66aa32c5b;hpb=15b4faa9f83b2f8d62c4d875672ca801f0c89ed1;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index fbf45aa..8285f99 100644 --- a/Changes +++ b/Changes @@ -2,9 +2,19 @@ Revision history for Mouse 0.30 - * Support is => 'bare', and you must pass the 'is' option (gfx) + * Work around anonymous classes as mortal classes - * Make generator methods private (gfx) + * 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 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