Add changes for hdp's inherited lazy_build fix
Dave Rolsky [Fri, 13 Mar 2009 16:51:17 +0000 (11:51 -0500)]
Changes

diff --git a/Changes b/Changes
index 8f3f8a4..2493181 100644 (file)
--- a/Changes
+++ b/Changes
@@ -22,6 +22,10 @@ Revision history for Perl extension Moose
         makes sure the wrapped function still has the same
         prototype. Patch by Daisuke Maki.
 
+    * Moose::Meta::Attribute
+      - Allow a subclass to set lazy_build for an inherited
+        attribute. (Dieter Pearcey).
+
 0.72 Mon, February 23, 2009
     * Moose::Object
     * Moose::Meta::Method::Constructor