Fix tests
[gitmo/MooseX-SimpleConfig.git] / ChangeLog
index 224e522..d9cd5b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 Revision history for Perl extension MooseX::SimpleConfig
 
+0.07 - May 22, 2010
+  - Reverse order of testing config files so that latter options on the
+    command line (when multiple are specified) take precedence. (RT#57027)
+  - Reduce exception thrown by being unable to find a config file to a
+    warning (RT#57027)
+  - Fixed configfile attribute examples
+  - Added metadata to Makefile.PL
+
+0.06 - Apr 12, 2010
+  - Depend on at least version 0.13 of Config::Any for flatten_to_hash
+    support.
+
 0.05 - Jan 22, 2010
    - Allow multiple config files to be loaded and merged.
      Patch in RT#48552 from Sawyer X