diff --git a/Changes b/Changes index 7e92249..c194873 100755 --- a/Changes +++ b/Changes @@ -1,4 +1,10 @@ Revision history for JSON-Any +1.17 2008-07-05 + * Added documentation indicating that allow_blessed works for most useful + cases (Robin Berjon) + * Added support for obtaining the underlying representations for + true/false in JSON. + 1.16 2008-02-13 * JSON::Any now compatible with both versions of JSON::XS (Simon Wistow) * Document that calling 'use JSON::Any ();' is a bad idea diff --git a/lib/JSON/Any.pm b/lib/JSON/Any.pm index 0db224e..7c55054 100755 --- a/lib/JSON/Any.pm +++ b/lib/JSON/Any.pm @@ -16,11 +16,11 @@ JSON::Any - Wrapper Class for the various JSON classes. =head1 VERSION -Version 1.16 +Version 1.17 =cut -our $VERSION = '1.16'; +our $VERSION = '1.17'; our $UTF8;