From: Dave Rolsky Date: Thu, 23 Oct 2008 16:24:27 +0000 (+0000) Subject: Add changes entry for restoration of parameterized type bits. X-Git-Tag: 0.60~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a3f40a56b1a9a9fd83b0a7dc10895e09de728786;p=gitmo%2FMoose.git Add changes entry for restoration of parameterized type bits. --- diff --git a/Changes b/Changes index 14621c7..9143ff0 100644 --- a/Changes +++ b/Changes @@ -15,6 +15,12 @@ Revision history for Perl extension Moose Moose::Meta::Attribute->does method. E.g. MooseX::Storage (t0m) + * Moose::Util::TypeConstraints + - Put back the changes for parameterized constraints that + shouldn't have been removed in 0.59. We still cannot parse + them, but MooseX modules can create them in some other + way. See the 0.58 changes for more details. (jnapiorkowski) + 0.59 Tue October 14, 2008 * Moose - Add abridged documentation for builder/default/initializer/