From: Shawn M Moore Date: Tue, 21 Apr 2009 07:28:55 +0000 (-0400) Subject: 0.22 Changes X-Git-Tag: 0.22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d86b341daeb2f616b25cdcecae809da8beb3c71;p=gitmo%2FMouse.git 0.22 Changes --- diff --git a/Changes b/Changes index 919ad62..be4e7e6 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,12 @@ Revision history for Mouse -0.22 +0.22 Tue Apr 21 03:26:43 2009 + * Regenerate broken signature (Sartak) + rerpoted by Michael Gray [rt.cpan.org #45167] + + * does_role now checks parent classes (tokuhirom) + + * Fix for $_ not being available type constraint messages (Sartak) 0.21 Sat Apr 11 13:52:11 2009 * clone_instance has been made private, like in Moose (tokuhirom)