autogenerate README and LICENSE
[gitmo/MooseX-ConfigFromFile.git] / ChangeLog
index cb040dd..2f52e4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 Revision history for Perl extension MooseX::ConfigFromFile
 
+0.05
+    - documentation corrected to demostrate how to properly override the
+    configfile method to provide a default from the consuming class, without
+    having to redefine the attribute itself
+    - if MooseX::Getopt is installed, the configfile attribute has the Getopt
+    trait applied (Karen Etheridge)
+
+0.04 - Dec 17, 2011
+    - Call the configfile attribute default sub if it is a sub, not just a
+      string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)
+
 0.03 - Dec 18, 2010
     - The test suite now uses Test::Fatal instead of Test::Exception (Karen
       Etheridge).