X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=b507bd78780062c296dd4472e5b1b811a3c32f64;hp=b2ca3d568edc35c6e791262adccc3fe3f046c96e;hb=bb941906c239836c60ecce6d451cd896898f1efd;hpb=dcfb1d1d1a544d27a82cb174168df23abc539acb diff --git a/Changes b/Changes index b2ca3d5..b507bd7 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,19 @@ Revision history for Config-Any -0.15 XXX +0.18 XXX + - 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) + - fix up error message for "any of" (RT #40972) + +0.15 Wed 12 Nov 2008 - when use_ext is true, we will check to see if there are no supported modules for a particular file. instead of the file being skipped, an error will be thrown (RT #38927).