inlined constructor correction for lazy_build and new test
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 41e61b1..0c70805 100644 (file)
--- a/Changes
+++ b/Changes
@@ -10,6 +10,9 @@ Revision history for Perl extension Moose
       - 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)