X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=75a58748d0b6d68e6fc41f0ea4a1b942a62dce11;hb=0b75e547a4ce27cb7f70bb6b4f29938efe81ac08;hp=003ee5e032a54b0d81f039b1b37100db7f554594;hpb=2f049fc1ad9cb0ee9c2d4cd21ec3a138da3bf020;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/ChangeLog b/ChangeLog index 003ee5e..75a5874 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Revision history for Perl extension MooseX::ConfigFromFile + - 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