Change attr names so they don't overwrite the exported type function
[gitmo/MooseX-Types.git] / Changes
diff --git a/Changes b/Changes
index d720a0e..6a73a9c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Revision history for MooseX-Types
 
-        - Update docs to mention MRO::Compat rather than Class::C3
+0.23    Tue Jul 20 02:18:37 CEST 2010
+        - Avoid warnings from Moose 1.09 in tests (Dave Rolsky).
+
+0.22    Tue Jun  1 20:10:12 CEST 2010
+        - Update docs to mention MRO::Compat rather than Class::C3.
         - Added '0+' overloading to solve the type constraint equality
           regression introduced when Moose 1.05 tightened the rules
           determing type constraint equality.  Added tests for the