make re-applying a role to an object instance a no-op. Previously, we ended up making...
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 8f3f8a4..dd15858 100644 (file)
--- a/Changes
+++ b/Changes
@@ -22,6 +22,16 @@ 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).
+
+    * Moose::Meta::Role::Application::ToInstance
+      - Attempting to apply the same role to an object repeatedly is
+        now a no-op after the first application. Previously, doing
+        this to an object instance eventually caused recursion
+        warnings from Perl. Reported by Curtis Poe. RT #43904.
+
 0.72 Mon, February 23, 2009
     * Moose::Object
     * Moose::Meta::Method::Constructor