X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=84ba3cbcbf09385f9e3dc38814012d4add6944ff;hb=3c429663cc970c2f17a5d1a5f64b4694ce3eb7b0;hp=fbf45aa1c0239bed86c271556f387df66aa32c5b;hpb=15b4faa9f83b2f8d62c4d875672ca801f0c89ed1;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index fbf45aa..84ba3cb 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,24 @@ Revision history for Mouse -0.30 +0.31 - * Support is => 'bare', and you must pass the 'is' option (gfx) +0.30 Mon Sep 21 16:43:05 2009 - * Make generator methods private (gfx) + * Implement RT #46930 (accessor/reader/writer in has()) + + * Work around anonymous classes as mortal classes (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