builder and lazy_build changes. note that this ups the req of MOP to 0.43! sorry...
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 43b8c22..3c73545 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
 Revision history for Perl extension Moose
 
+0.XX
+    * Moose::Meta::Attribute
+      - Added support for the new builder option (groditi)
+      - Added support for lazy_buil option (groditi)
+
+    * Moose::Meta::Method::Accessor
+      - Added support for lazy_buil option (groditi)
+
+    * t/
+      - tests for builder and lazy_build
+
 0.27
     * fixing some misc. bits in the docs that 
       got mentioned on CPAN Forum