From: John Napiorkowski Date: Wed, 3 Sep 2008 15:41:36 +0000 (+0000) Subject: updated changes file X-Git-Tag: 0.57~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a7bc2fa8610ba77a2c046804fabc3e68a31f37a6;p=gitmo%2FMoose.git updated changes file --- diff --git a/Changes b/Changes index 781dea9..1b67df2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension Moose - +0.58 + * Moose::Util::TypeConstraints + - Fixed a bug in find_or_parse_type_constraint that caused + trouble if it's argument was an already blessed type + constraint. Added test to prevent regressions. 0.57 * Moose::Intro - A new bit of doc intended to introduce folks familiar with