v0.35 v0.35
Dave Rolsky [Sat, 19 May 2012 05:44:06 +0000 (00:44 -0500)]
        - The new delegation code could fail when a type had no
          parent. Attempting to subtype Any was one way to trigger the
          bug. (Dave Rolsky)

        - The new delegation code broke calling ->can or ->isa on
          MooseX::Types::TypeDecorator as a class method. (Dave Rolsky)

Changes

diff --git a/Changes b/Changes
index 25e7060..5330573 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for MooseX-Types
 
 {{$NEXT}}
 
+0.35    2012-05-19
+
         - The new delegation code could fail when a type had no
           parent. Attempting to subtype Any was one way to trigger the
           bug. (Dave Rolsky)