From: Graham Knop Date: Tue, 17 Apr 2018 09:01:17 +0000 (+0200) Subject: changelog X-Git-Tag: v1.004000~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=76723c97750b08ae928c00a86b57e844b7cb3107;p=p5sagit%2FJSON-MaybeXS.git changelog --- diff --git a/Changes b/Changes index cbe66da..3ee3b9d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for JSON-MaybeXS + - added true and false subs so they can be used via JSON::MaybeXS rather than + only JSON() exported sub. + 1.003010 - 2018-01-28 - use bundled ExtUtils::HasCompiler rather than ExtUtils::CBuilder to detect compiler availability.