X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c086c3951bc32606058490f1a694ea59df68115d;hb=809fc2c7fe1de7863a0553b0c9dfddbb347895cd;hp=ee11526982bcc3ccc421473682deef053d750fd1;hpb=9c6ff0020ef3dffa6b87d950dae1a51183dea946;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index ee11526..c086c39 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,17 @@ Revision history for Mouse +0.31 + + * Add find_meta() and does_role() to Mouse::Util (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)