X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=c65bac5c98c8917424c2bde402f2e2c8dd8d2906;hp=3718d313a0b5df3e9a0b8a49280b9d67997a603c;hb=7adf5673d07031b77f7edd3403491512b9a48cb3;hpb=d49610ab8c8f7a8fa979a60fa75eb20ae690135b diff --git a/Changes b/Changes index 3718d31..c65bac5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for Config-Any + - 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