X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=b2ca3d568edc35c6e791262adccc3fe3f046c96e;hp=449b4b85f6f10a64cf091629a8c8377a48dfcf5e;hb=dcfb1d1d1a544d27a82cb174168df23abc539acb;hpb=77f14cda81a1985461745614ec79a76d25f13ac4 diff --git a/Changes b/Changes index 449b4b8..b2ca3d5 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,21 @@ Revision history for Config-Any -0.13 XXX +0.15 XXX + - 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 - added tests for each format to ensure they throw parse errors