From: Stevan Little Date: Thu, 24 May 2007 21:32:38 +0000 (+0000) Subject: fixing the changelog X-Git-Tag: 0_22~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b24ab1ea16e61e2108a248e3a11898632f9805b0;p=gitmo%2FMoose.git fixing the changelog --- diff --git a/Changes b/Changes index 676e56c..0cee34b 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,11 @@ Revision history for Perl extension Moose +0.22 * Moose::Util::TypeConstraints - fix for prototype undecl issue when type constraint utils loaded before consumers (e.g. Moose::Meta::Attribute) by predeclaring prototypes in TC utils -0.22 * Moose::Meta::Method::Accessor - coerce and lazy now work together correctly, thanks to merlyn for finding this bug