Add changes docs for meta_lookup feature
Dave Rolsky [Mon, 29 Aug 2011 16:10:51 +0000 (11:10 -0500)]
Changes

diff --git a/Changes b/Changes
index 4739b2f..8a8c688 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,13 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+  [ENHANCEMENTS]
+
+  * The Moose::Exporter module now has a "meta_lookup" option when creating an
+    importer. This allows you to specify an alternate method for determining
+    the metaclass of a caller. This is useful for modules like
+    MooseX::Role::Parameterized which generate new metaclasses on the fly.
+
   [BUG FIXES]
 
   * Validating duck_type type constraint turned out to work only by accident,