From: Dave Rolsky Date: Wed, 3 Sep 2008 15:44:08 +0000 (+0000) Subject: Redo changes for jnapiorkowski's TC change X-Git-Tag: 0.57~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b85b10ebeecaebcc42c4d8da40e6ffa0a895507;p=gitmo%2FMoose.git Redo changes for jnapiorkowski's TC change --- diff --git a/Changes b/Changes index 1b67df2..4d322f8 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,5 @@ 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 @@ -14,6 +10,12 @@ Revision history for Perl extension Moose without Moose. This makes a nice parallel to Moose::Intro. (Dave Rolsky) + * Moose::Util::TypeConstraints + - Fixed a bug in find_or_parse_type_constraint so that it + accepts a Moose::Meta::TypeConstraint object as the parent + type, not just a name (jnapiorkowski) + - added tests (jnapiorkowski) + 0.56 Mon September 1, 2008 For those not following the series of dev releases, there are several major changes in this release of Moose.