add missing stopwords
[gitmo/MooseX-Types.git] / Changes
diff --git a/Changes b/Changes
index 29a5d8e..70bff6e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,30 @@
 Revision history for MooseX-Types
 
 {{$NEXT}}
+        - fixed failing tests on 5.8.5 due to incorrect == overload
+        (RT#77100, Graham Knop)
+
+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)
+
+        - The new delegation code broke calling ->can or ->isa on
+          MooseX::Types::TypeDecorator as a class method. (Dave Rolsky)
+
+0.34    2012-05-18
+
+        - Special case new to avoid unexpected exceptions on unloaded classes
+
+0.33    2012-05-18
+
+        - Switch delegation order to prioritise type over class except for new
+
+0.32    2012-05-18
+
+        - Support delegation of methods to the class for class types
+        - Factor out _try_delegate method
 
 0.31    2011-12-22
         - Add support for qw( :all ) on MooseX::Types::Combine libraries. (kentnl)