Made the delegation closure have useful error trace information.
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 3f363b4..afb20ec 100644 (file)
--- a/Changes
+++ b/Changes
@@ -8,6 +8,11 @@ for, noteworthy changes.
   * Moose::Object now has stubs for BUILD and DEMOLISH, so they can be safely
     wrapped in roles without needing to provide your own stubs. (doy)
 
+  * Moose::Meta::Method::Delegation 
+  * Moose::Meta::Attribute
+    - Delegations are now inlined on make_immutable and have file/line set
+      to the point at which the delegation was defined. (pdcawley)
+
 0.94 Mon, Jan 18, 2010
 
   [API CHANGES]