From: Shawn M Moore Date: Fri, 28 Mar 2008 19:55:22 +0000 (+0000) Subject: TypeConstraint::Union->includes_type in the changelog X-Git-Tag: 0_55~249 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cf12a6911e3f22e5600ee18206cbccf75ba5ac8c;p=gitmo%2FMoose.git TypeConstraint::Union->includes_type in the changelog --- diff --git a/Changes b/Changes index 6e18299..3401695 100644 --- a/Changes +++ b/Changes @@ -19,6 +19,11 @@ Revision history for Perl extension Moose - inherited attributes may now be extended without restriction on type and some other attributes (Sartak) + * Moose::Meta::TypeConstraint::Union + - includes_type method for finding if a type (or a subtype of it) is + included in the union (Sartak) + - added tests for this (Sartak) + 0.40 Fri. March 14, 2008 - I hate Pod::Coverage