update changes for object hook and files method
[p5sagit/App-FatPacker.git] / Changes
diff --git a/Changes b/Changes
index 7c5a363..ff28ee9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for App-FatPacker
 
+  - use object for @INC hook instead of subref, including a 'files' method to
+    return a list of files provided
   - generate #line relative to the whole fatpacked script so die() reports and
     caller() now point directly to the right line in the script
     (RT#87118, DOLMEN)