mark when dynamic prereqs begin
[p5sagit/JSON-MaybeXS.git] / Changes
diff --git a/Changes b/Changes
index 9356ecf..e9d31d2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,20 @@
 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
+   only JSON() exported sub.
+
+1.003010 - 2018-01-28
+ - use bundled ExtUtils::HasCompiler rather than ExtUtils::CBuilder to detect
+   compiler availability.
+ - clarify exported JSON in documentation
+
 1.003009 - 2017-02-27
  - fix tests to no longer rely on . being in @INC (RT#120404)