X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=17aacb393b2fc754c6ad8fbe25d6a7f20cb1cd07;hb=61fbb834b1268a01d7cf905b6f46a9c6b664a424;hp=d9b4e27e235599a25ba775d34b2a20a6e7e55053;hpb=56e4351b360e0c6e8f24d83c1bf2af08b1fdb17e;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/ChangeLog b/ChangeLog index d9b4e27..17aacb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,21 @@ Revision history for Perl extension MooseX::ConfigFromFile -{{$NEXT}} +0.07 - 2013-02-04 (Karen Etheridge) + - fixed tests to not load optional dependencies + +0.06 - 2013-02-03 (Karen Etheridge) + - the configfile attribute is now a Path::Tiny, not a Path::Class + (coercions from strings are still supported, and now also from any other + type that has a string coercion). + +0.05 - 2013-02-03 (Karen Etheridge) + - 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 + +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)