X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a0b7309ff70be51bbcb24596f9dbb0cce4e39ecf;hb=7b133c927969b2e9233a51c6be5caed54c88915e;hp=8285f99497ee3543e1cae03234fa5c36a78f6775;hpb=ad022aac12ce95ee336af9dde0758ae98037f3ab;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index 8285f99..a0b7309 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,16 @@ Revision history for Mouse -0.30 +0.31 - * Work around anonymous classes as mortal classes + * Remove Test::Mouse, which was accidentally included (gfx) + + * Add find_meta() and does_role() to Mouse::Util (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)