bump version number
[p5sagit/App-FatPacker.git] / Changes
diff --git a/Changes b/Changes
index c6f61b7..ff28ee9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 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)
+
+0.009018   2013-07-26
   - deal with relative paths better by changing options passed to File::Find
     (RT#84414, miyagawa)