X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=d1ff82c763b0690610fdcd6b7d29d8e20bb6be01;hp=1b5e0e9e367b28883f1cb696ce9ee03ddbf13147;hb=0c6989c600781af4bb31154abd7752ffdc212e4e;hpb=a918b0b8b7952db918dfabb8dc72bf34832d43d0 diff --git a/Changes b/Changes index 1b5e0e9..d1ff82c 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,17 @@ Revision history for Config-Any +0.09_02 Tue Nov 13 2007 + - require version 0.70 of YAML::Syck for multi-document loading + 0.09_01 Tue Nov 13 2007 - code and pod cleanups - use_ext is now on by default - - when use_ext is on, if a parser throws an error, we throw an error + - when use_ext is on, if a loader throws an error, we throw an error - fix case where use_ext is defined and false, but was behaving like use_ext => 1 - - allow loaders to return multiple documents as an array. + - allow loaders to return multiple documents as an array + - each plugin now has an is_supported() method which helps us figure out + if the right modules are available 0.08 Thu Aug 23 2007 - pass config options to each parser