X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=9d163299f9e065fd52b51916f0796aa09f117f83;hb=topic%2Fget_default_configfile_method;hp=167db3d4973c25863b5f3f7c24af01466cc81ec5;hpb=c35b639ebabd8c4e2917f17954bb99d269be8171;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/ChangeLog b/ChangeLog index 167db3d..9d16329 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,23 @@ Revision history for Perl extension MooseX::ConfigFromFile +0.05 + - new _get_default_configfile method added, which consumers can override + to provide a default value without having to redefine the attribute itself + (via RT#79746) + +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 + 0.01 - Dec 18, 2007 - Initial release