changelog for backend heuristic changes
Karen Etheridge [Fri, 1 May 2020 15:40:10 +0000 (08:40 -0700)]
Changes

diff --git a/Changes b/Changes
index 267f7cf..e9d31d2 100644 (file)
--- 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