X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=051241846cd59453e26a3a8fd37b71a0bf8064ea;hp=2adfc7101228e54da345e78d0657d164fbde09c3;hb=9d569cf0c9b945399035ced825ff7059692786c7;hpb=5a2e0210fe5c7da046be37b4240008f2b667be67 diff --git a/Changes b/Changes index 2adfc71..0512418 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,20 @@ Revision history for Config-Any +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) + 0.11 Mon 28 Jan 2008 - fix subsection parsing for existing keys in INI files (RT #32726) - use from_json() if JSON version 2.x is available @@ -39,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