X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=15a9b0623097f4be85a62f0c553a5b00dc447190;hb=4c015454152fff7c0a2c71665d4dc5e0f39b835b;hp=c783632aec5b4042d3ab958e9a08c8e00c083b5c;hpb=cbac012a1621da5d2c04ee898cc7f701f17cc045;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index c783632..15a9b06 100644 --- a/Changes +++ b/Changes @@ -17,10 +17,18 @@ Revision history for Perl extension Moose Rolsky) - Test firing behavior of triggers in relation to builder/default/ lazy_build. (t0m) + - Test behavior of equals/is_a_type_of/is_a_subtype_of for all + kinds of supported type. (t0m) * Moose::Meta::Class - In create(), do not pass "roles" option to the superclass - added related test that creates an anon metaclass with a required attribute + * Moose::Meta::TypeConstraint::Class + * Moose::Meta::TypeConstraint::Role + - Unify behavior of equals/is_a_type_of/is_a_subtype_of with + other types (as per change in 0.55_02). (t0m) + * Moose::Meta::TypeConstraint::Registry + - Fix warning when dealing with unknown type names (t0m) 0.58 Sat September 20, 2008 !! This release has an incompatible change regarding !!