--- Types-Serialiser/Changes 2013/10/28 15:28:44 1.3 +++ Types-Serialiser/Changes 2013/10/29 13:08:35 1.6 @@ -1,5 +1,12 @@ Revision history for Perl extension Types::Serialiser +0.03 Tue Oct 29 14:08:00 CET 2013 + - work around an overloading bug in perls < 5.18 (reported by + Paul Howarth). + - remove Types::Serialiser::Boolean module, as it serves + no purpose anymore. + +0.02 Mon Oct 28 16:29:06 CET 2013 - document the Types::Serialisation protocol, in the hope of other modules picking it up. - alias JSON::PP::Boolean as class for booleans, without @@ -7,6 +14,7 @@ JSON::PP to stay in core without dependency to Types::Serialiser. - actually add a simple testcase. + - reintroduced common::sense to supprerss spurious warnings. 0.01 Sun Oct 27 16:37:56 CET 2013 - original version; cloned from JSON-XS/CBOR-XS