Changes for NEXT
Dave Rolsky [Mon, 14 Mar 2011 04:08:08 +0000 (23:08 -0500)]
Changes

diff --git a/Changes b/Changes
index 3f1fd73..7721ae4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,21 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+  [NEW FEATURES]
+
+  * The Moose::Meta::Role::Attribute class now has an original_role method
+    which returns the role which first defined an attribute. See the docs for
+    details. (Dave Rolsky)
+
+  [BUG FIXES]
+
+  * When a role had its own applied_attribute metaclass (usually from MetaRole
+    application), that metaclass would get lost when that role participated in
+    role composition. It was also lost if that role was consumed by some other
+    role. Both of these cases have been fixed. Attributes are always applied
+    with the applied_attribute metaclass of the role which originall defined
+    them. (Dave Rolsky)
+
 1.9904-TRIAL Fri, Mar 04, 2011
 
   [BUG FIXES]