foo
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 7c6622c..81af1f7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Revision history for Perl extension Moose
 
 0.25
+    * Moose::Cookbook::Recipe7 
+      - added new recipe for augment/inner functionality
+        - added test for this
+
     * Moose::Meta::Attribute
       - required attributes now will no longer accept undef 
         from the constructor, even if there is a default and lazy
@@ -8,6 +12,13 @@ Revision history for Perl extension Moose
       - default subroutines must return a value which passes the 
         type constraint
         - added tests for this
+    
+    * Moose::Meta::Attribute
+    * Moose::Meta::Method::Constructor
+    * Moose::Meta::Method::Accessor        
+      - type-constraint tests now handle overloaded objects correctly
+        in the error message
+        - added tests for this (thanks to EvanCarroll) 
 
     * Moose::Meta::Role
       - massive refactoring of this code