error messgae fixes + new test
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index b092c61..c0dce31 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,38 @@
 Revision history for Perl extension Moose
 
-0.27
+0.29
+    * Moose::Meta::Attribute
+      -Fix error message on missing builder method (groditi)
+
+    * Moose::Meta::Method::Accessor
+      -Fix error message on missing builder method (groditi)
+
+    * t/ 
+      -Add test to check for the correct error message when
+       builder method is missing (groditi)
+
+0.28 Tues. Nov. 13, 2007
+    - 0.27 packaged incorrectly (groditi)     
+
+0.27 Tues. Nov. 13, 2007
+    * Moose::Meta::Attribute
+      - Added support for the new builder option (groditi)
+      - Added support for lazy_build option (groditi)
+      - Changed slot initialization for predicate changes (groditi)
+
+    * Moose::Meta::Method::Accessor
+      - Added support for lazy_build option (groditi)
+      - Fix inline methods to work with corrected predicate 
+        behavior (groditi)
+
+    * Moose::Meta::Method::Constructor
+      - Added support for lazy_build option (groditi)
+
+    * t/
+      - tests for builder and lazy_build (groditi)
+
     * fixing some misc. bits in the docs that 
-      got mentioned on CPAN Forum
+      got mentioned on CPAN Forum & perlmonks
     
     * Moose::Meta::Role
       - fixed how required methods are handled 
@@ -10,6 +40,14 @@ Revision history for Perl extension Moose
         methods from a class (thanks to confound).
         - added tests for this
 
+    * Moose::Util::TypeConstraint
+      - fixed the type notation parser so that 
+        the | always creates a union and so is 
+        no longer a valid type char (thanks to 
+        konobi, mugwump and #moose for working 
+        this one out.)
+        - added more tests for this
+
 0.26 Thurs. Sept. 27, 2007
     == New Features ==