X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=acabb81ad1c10abfd05b5923a103f7b85302c557;hp=487dea38b96bdbc67048649b8bef1e9d82ddf557;hb=1d172fc510f2ed15a00d475073f6df964b398484;hpb=d9f07dd8c98d6a34bb5d099fe6aa14b2a57558b2 diff --git a/Changes b/Changes index 487dea3..acabb81 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,20 @@ Revision history for Config-Any +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). + - also, when use_ext is true, a fatal error will be thrown if there are + no loaders available that understand the file extension. + - officially support multiple loaders per extension + - add a Config::Any::Base for all loaders to inherit from, plus add + a new dependency mechanism: requires_any_of() and requires_all_of(). + - filter out loaders that don't inherit from Config::Any::Base (RT #40830) + +0.14 Wed 06 Aug 2008 + - skip xml failure tests if XML::LibXML < 1.59 is installed, it seems + to parse anything you throw at it (Matt S. Trout) + 0.13 Tue 05 Aug 2008 - show actual parse error when parse fails (Marcus Ramberg) - ensure Config::Tiny parse errors are trapped