Merge branch 'topic/native-trait-bugfix'
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 4501c9b..a99d871 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,22 @@ for, noteworthy changes.
 
 NEXT
 
+  [API CHANGES]
+
+  * Roles now have their own default attribute metaclass to use during
+    application to a class, rather than just using the class's
+    attribute_metaclass. This is also overridable via ::MetaRole, with the
+    applied_attribute key in the role_metaroles hashref (doy).
+
+  * The internal code used to generate inlined methods (accessor, constructor,
+    etc.) has been massively rewritten. MooseX modules that do inlining will
+    almost certainly need to be updated as well.
+
+  [ENHANCEMENTS]
+
+  * We now load the roles needed for native delegations only as needed. This
+    speeds up the compilation time for Moose itself. (doy)
+
   [BUG FIXES]
 
   * When using native delegations, if an array or hash ref member failed a