X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=84ba3cbcbf09385f9e3dc38814012d4add6944ff;hb=3c429663cc970c2f17a5d1a5f64b4694ce3eb7b0;hp=f96c942cefeb586d2f416185e390ab043bd9dadf;hpb=5f6a73cb9be22a23a4c68defeea7c8f4acb9b8af;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index f96c942..84ba3cb 100644 --- a/Changes +++ b/Changes @@ -1,16 +1,24 @@ Revision history for Mouse -0.30 +0.31 - * Make get_method_list() compatible with Moose's +0.30 Mon Sep 21 16:43:05 2009 - * Make unimport() not to remove non-Mouse functions (blessed and confess) + * Implement RT #46930 (accessor/reader/writer in has()) - * Remove a lot of duplication code + * Work around anonymous classes as mortal classes (gfx) - * Support is => 'bare', and you must pass and 'is' option to has() (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 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