X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=051241846cd59453e26a3a8fd37b71a0bf8064ea;hp=939f9758b5ef4d0e94ee9f71cd7125c78c3088df;hb=9d569cf0c9b945399035ced825ff7059692786c7;hpb=5770ffc01feb6998b8a7e23d66b52d33e4a62b35 diff --git a/Changes b/Changes index 939f975..0512418 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,16 @@ Revision history for Config-Any -0.13 XXX +0.14 XXX + - 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 + - added a caveat regarding XML::Simple's strict mode (Peter Corlett) + - added a flatten_to_hash option to return a simple key-value hashref + instead of the default "arrayref of hashrefs" (Pedro Figueiredo) 0.12 Mon 07 Apr 2008 - ensure Perl loader dies on a failed require() (RT #32995) @@ -47,7 +54,7 @@ Revision history for Config-Any 0.05 Wed Feb 21 22:00:00 2007 - added support for (requested by Evan Kaufman): + 'force_plugins => [ qw(Config::Any::Foo Config::Any::Blah) ]' parameter - to load_(files|stems) + to load_(files|stems) + $Config::Any::INI::MAP_SECTION_SPACE_TO_NESTED_KEY - boolean, defaulting to on, controlling whether to map spaces in INI section headings to nested hashrefs