X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=17aacb393b2fc754c6ad8fbe25d6a7f20cb1cd07;hb=61fbb834b1268a01d7cf905b6f46a9c6b664a424;hp=eee03ecb959d2d74a7a6c0a6164b14a9672b4237;hpb=75faf71e9f906a22899b2728fee90d3906b1c0f6;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/ChangeLog b/ChangeLog index eee03ec..17aacb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ Revision history for Perl extension MooseX::ConfigFromFile -0.06 2013-02-03 (Karen Etheridge) +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).