X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c086c3951bc32606058490f1a694ea59df68115d;hb=809fc2c7fe1de7863a0553b0c9dfddbb347895cd;hp=fbf45aa1c0239bed86c271556f387df66aa32c5b;hpb=15b4faa9f83b2f8d62c4d875672ca801f0c89ed1;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index fbf45aa..c086c39 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,30 @@ Revision history for Mouse -0.30 +0.31 - * Support is => 'bare', and you must pass the 'is' option (gfx) + * Add find_meta() and does_role() to Mouse::Util (gfx) - * Make generator methods private (gfx) + * Fix tests using Class::Method::Modifiers to be skipped correctly (gfx) + + * Remove Test::Mouse, which was accidentally included (gfx) + +0.30 Mon Sep 21 16:43:05 2009 + + * Implement RT #46930 (accessor/reader/writer in has()) (gfx) + + * 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