X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=27f2d75f998370f98668c361ca2406bdba714245;hb=36452fa7728d78e7d36219bc3666be627537cfd1;hp=003ee5e032a54b0d81f039b1b37100db7f554594;hpb=79d1178e5314e72793610c7669b4ea1757045c2b;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/ChangeLog b/ChangeLog index 003ee5e..27f2d75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ Revision history for Perl extension MooseX::ConfigFromFile +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