adding unimport to Moose::Util::TypeConstraints
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index a79f3ea..ef0d9fb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,12 @@
 Revision history for Perl extension Moose
 
 0.15
+
+    * Moose::Util::TypeConstraints
+      - added &unimport so that you can clean out 
+        your class namespace of these exported 
+        keywords
+    
     * Moose::Meta::Class
       - fixed minor issue which occasionally 
         comes up during global destruction 
@@ -8,8 +14,8 @@ Revision history for Perl extension Moose
         
     * Moose::Meta::Attribute
       - changed how we do type checks so that 
-        we reduce the overall cost by approx. 
-        factor of 5
+        we reduce the overall cost, but still 
+        retain correctness.
           
     * Moose::Meta::TypeConstraint
       - changed how constraints are compiled