From: Dave Rolsky Date: Fri, 3 Jul 2009 02:25:39 +0000 (-0500) Subject: Update changes for next Moose X-Git-Tag: 0.86~1^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=40fd8fcb94e2b3087fefb75e023a929c42c4f594;p=gitmo%2FMoose.git Update changes for next Moose --- diff --git a/Changes b/Changes index 8a322e6..04633c7 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,14 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. -0.86 +0.86 Thu Jul 2, 2009 + * Moose::Meta::Class::Immutable::Trait + - Fixes to work with the latest Class::MOP. + * Moose::Meta::Method::Delegation - Delegation now dies with a more useful error message if the - attribute's accessor returns something defined but unblessed. (hdp) + attribute's accessor returns something defined but + unblessed. (hdp) 0.85 Fri, Jun 26, 2009 * Moose::Meta::Attribute