From: Dave Rolsky Date: Sat, 24 Sep 2011 04:49:51 +0000 (-0500) Subject: Clarify a change in Changes X-Git-Tag: 2.0301~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d0f2ca8f805964c88027bf1fcd3099089a301984;p=gitmo%2FMoose.git Clarify a change in Changes --- diff --git a/Changes b/Changes index 751f60c..98b990d 100644 --- a/Changes +++ b/Changes @@ -25,10 +25,10 @@ for, noteworthy changes. list of one or more types for all other types. Now they all return lists. (Dave Rolsky) - * The ->is_subtype_of and ->is_a_type_of methods have changed their - behavior. Previously, they returned true if any of their member types - returned true for a given type. Now, all of the member types must return - true. Fixes RT #67731. (Dave Rolsky) + * The ->is_subtype_of and ->is_a_type_of methods have changed their behavior + for union types. Previously, they returned true if any of their member + types returned true for a given type. Now, all of the member types must + return true. Fixes RT #67731. (Dave Rolsky) [ENHANCEMENTS]