X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=eee03ecb959d2d74a7a6c0a6164b14a9672b4237;hb=75faf71e9f906a22899b2728fee90d3906b1c0f6;hp=c6f6c2b8015d5751ce5dfdf95c5d6f634cdcd3a9;hpb=ce2d7d9df84a4ae959eef67f5c0d9218d067cfde;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/ChangeLog b/ChangeLog index c6f6c2b..eee03ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,27 @@ Revision history for Perl extension MooseX::ConfigFromFile -0.03 - ??? - - Fix bug reported by Strayph in #moose with inheritance (perigrin) +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) + +0.03 - Dec 18, 2010 + - The test suite now uses Test::Fatal instead of Test::Exception (Karen + Etheridge). + - Fix bug reported by Strayph in #moose with inheritance RT#63624 (perigrin) + - Add repository metadata + - Fix RT#57023, RT#49369. 0.02 - Jan 23, 2008 - Honor any default supplied for the configfile attribute