X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=a567196c243e433bc167a5ebd4b9aa2b7c4c5e5d;hp=61e83132844c54a294aa57f19682c4dd089df1d4;hb=26e3cdf4bbd7a8956984b64fe4f2ea9213a00e58;hpb=5d3ad6eb7bf1f5ac814bf92e9b7098b9b650414a diff --git a/Changes b/Changes index 61e8313..a567196 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,20 @@ Revision history for Config-Any -0.17 XXX +0.20 TO BE RELEASED + - enable -ForceArray option by default for Config::General (caelum) + +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