more-cookin
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index c4f1da8..0ad2c39 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,11 +6,17 @@ Revision history for Perl extension Moose
         it now captures errors and deals with inline 
         packages correctly (bug found by mst, solution 
         stolen from alias)
+      - added super/override & inner/augment features
+        - added tests and docs for these
     
     * Moose::Object
       - 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