adding unimport to Moose::Util::TypeConstraints
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 5dd4f62..ef0d9fb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,27 @@
 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 
         (thanks omega)
+        
+    * Moose::Meta::Attribute
+      - changed how we do type checks so that 
+        we reduce the overall cost, but still 
+        retain correctness.
+          
+    * Moose::Meta::TypeConstraint
+      - changed how constraints are compiled
+        so that we do less recursion and more
+        iteration. This makes the type check 
+        faster :)
 
 0.14 Mon. Oct. 9, 2006