X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=68d612f54b1880234d77e940b58377236d196bba;hp=593c71f8cf9eec1430cf0302e54dd88e962d7ac3;hb=f07b7a174347e4d35f8b80f3f68024aa974e1343;hpb=0ac17764e57cb8e9593dea270d876758e759ca64 diff --git a/Changes b/Changes index 593c71f..68d612f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ Revision history for Config-Any +0.19 Mon 15 Feb 2010 + - add JSON::DWIW to the top of the JSON loaders list (caelum) + - remove need for caching in Perl loader by using do() instead + of require() (caelum) + +0.18 Mon 16 Nov 2009 + - ensure XML loader's _coerce() method checks specifically for HASH refs + - add YAML::XS to the top of the YAML loaders list + +0.17 Thu 05 Feb 2009 + - ensure require() happens against plugin specified in force_plugins. + - add JSON::XS to the top of the JSON loaders list + 0.16 Mon 17 Nov 2008 - fix up branches test which did not handle the errors thrown by changes from the last release (RT #40948)