From: Dave Rolsky Date: Fri, 16 Sep 2011 14:12:37 +0000 (-0500) Subject: Doc subtype of union bug fix in Changes X-Git-Tag: 2.0300~36 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ca8d43ac158466b5a83a36d2f49b7cf814229aac;p=gitmo%2FMoose.git Doc subtype of union bug fix in Changes --- diff --git a/Changes b/Changes index 26818fd..d5a6d53 100644 --- a/Changes +++ b/Changes @@ -29,6 +29,12 @@ for, noteworthy changes. * Added a Moose::Meta::Method->is_stub method. (Dave Rolsky) + [BUG FIXES] + + * A subtype of a union type did not return the right results when you called + ->is_subtype_of or ->is_a_type_of on it. This has been fixed. RT + #70322. (Dave Rolsky) + * An attribute accessor or delegation method can overwrite a stub method and this will no longer throw an error. Reported by Mark-Jason Dominus. Fixes RT 69988. (Dave Rolsky)