X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Changes;h=cf609efa8e26634a680b4c3c1e5cb12d4677c140;hp=a0b7309ff70be51bbcb24596f9dbb0cce4e39ecf;hb=7a50b45027c9f7baad76cfce7f78c822bd38f0a7;hpb=7b133c927969b2e9233a51c6be5caed54c88915e diff --git a/Changes b/Changes index a0b7309..cf609ef 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,16 @@ Revision history for Mouse -0.31 +0.32 + + +0.31 Tue Sep 22 11:08:12 2009 - * Remove Test::Mouse, which was accidentally included (gfx) - * 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)