fixing delegation
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index c781160..e4fe4a2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,15 @@
 Revision history for Perl extension Moose
 
-0.38
+0.39
+    * Moose::Meta::Attribute 
+      - fix handles so that it doesn't return nothing 
+        when the method cannot be found, not sure why 
+        it ever did this originally, this means we now
+        have slightly better support for AUTOLOADed 
+        objects
+        - added more delegation tests
+
+0.38 Fri. Feb. 15, 2008
     * Moose::Meta::Attribute 
       - fixed initializer to correctly do 
         type checking and coercion in the 
@@ -10,7 +19,7 @@ Revision history for Perl extension Moose
     * t/
       - fixed some finicky tests (thanks to konobi)
 
-0.37 Thurs. Fri. 14, 2008
+0.37 Thurs. Feb. 14, 2008
     * Moose
       - fixed some details in Moose::init_meta 
         and its superclass handling (thanks thepler)