Use strict in test script, don't require done_testing support
[p5sagit/App-FatPacker.git] / Changes
diff --git a/Changes b/Changes
index a9be0d4..a65b654 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,11 @@
+0.9.4 2011-01-12
+  - Die if open fails in @INC handler, reduces confusing errors (DGL)
+  - RT #63466: Add ending newline if input lacks one (GUGOD)
+  - RT #60622: Fix conditional loading, only fatpack loaded modules (DGL)
+
+0.03 2010-07-22
+  - fixed dependency for File::Path(remove_tree/make_path was first appeared at 2.07)
+
 0.02 2010-07-07
   - fixed typo and doc bug on command usage.(miyagawa)
   - added `help' command for slightly better user experience(miyagawa)