From: Stevan Little Date: Mon, 26 Nov 2007 21:46:09 +0000 (+0000) Subject: 0.31 X-Git-Tag: 0_32~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=35166a1f23c40a6121f5ce832d9dc5781ab4f8d6;p=gitmo%2FMoose.git 0.31 --- diff --git a/Changes b/Changes index 620cad5..acd0349 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Moose -0.31 +0.31 Mon. Nov. 16, 2007 * Moose::Meta::Attribute - made the +attr syntax handle extending types with parameters. So "has '+foo' => (isa => 'ArrayRef[Int]')"