cookbook
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index bd068e0..0ad2c39 100644 (file)
--- a/Changes
+++ b/Changes
@@ -13,6 +13,10 @@ Revision history for Perl extension Moose
       - BUILDALL now takes a reference of the %params 
         that are passed to &new, and passes that to 
         each BUILD as well.
+        
+    * Moose::Util::TypeConstraints
+      - Type constraints now survive runtime reloading
+        - added test for this
 
        * Moose::Meta::Class
          - fixed the way attribute defaults are handled