From: Karen Etheridge Date: Fri, 1 May 2020 15:40:10 +0000 (-0700) Subject: changelog for backend heuristic changes X-Git-Tag: v1.004001~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=89143ec7c0e29f9a3b12ee529e8479a59e7a4ecb;p=p5sagit%2FJSON-MaybeXS.git changelog for backend heuristic changes --- diff --git a/Changes b/Changes index 267f7cf..e9d31d2 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ Revision history for JSON-MaybeXS - document when is_bool became available + - now favouring Cpanel::JSON::XS over JSON::XS in more situations (the former + is always added to prereqs when a compiler is available, although JSON::XS + is still used at runtime if new enough and Cpanel::JSON::XS is not + installed). This makes boolean handling more predictable and consistent. 1.004000 - 2018-04-19 - added true and false subs so they can be used via JSON::MaybeXS rather than