From: Dave Rolsky Date: Mon, 19 Sep 2011 04:28:22 +0000 (-0500) Subject: Changes organization cleanup X-Git-Tag: 2.0300~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c69565675bcc96bb413d454f61066d3423d0f7be;p=gitmo%2FMoose.git Changes organization cleanup --- diff --git a/Changes b/Changes index 33bf18d..9096875 100644 --- a/Changes +++ b/Changes @@ -3,13 +3,6 @@ for, noteworthy changes. {{$NEXT}} - [API CHANGES] - - * Methods to introspect a class's methods will now return methods defined in - UNIVERSAL (isa, can, etc.). This also means that you can wrap these - methods with method modifiers. RT #69839. Reported by Vyacheslav - Matyukhin. (Dave Rolsky) - [DEPRECATIONS] * The optimize_as option for type constraints has been deprecated. Use the @@ -17,6 +10,11 @@ for, noteworthy changes. [API CHANGES] + * Methods to introspect a class's methods will now return methods defined in + UNIVERSAL (isa, can, etc.). This also means that you can wrap these + methods with method modifiers. RT #69839. Reported by Vyacheslav + Matyukhin. (Dave Rolsky) + * The ->parent and ->parents method for a union now return the nearest common ancestor of that union's component types. See Moose::Manual::Delta for more details. (Dave Rolsky)