X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c52204283d4bf9525d5a04c5cba11220875f67b5;hb=11501cf7c7fd46e8723c2de165a00e2f8deefc72;hp=d1ff82c763b0690610fdcd6b7d29d8e20bb6be01;hpb=48e4a267ac83f85a46ee54c53052f8831752acac;p=p5sagit%2FConfig-Any.git diff --git a/Changes b/Changes index d1ff82c..c522042 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,22 @@ Revision history for Config-Any +0.13 XXX + - 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) + +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 + - refactor the test suite slightly + +0.10 Tue 11 Dec 2007 + - promote dev release to stable + 0.09_02 Tue Nov 13 2007 - require version 0.70 of YAML::Syck for multi-document loading