Release commit for 1.004004
[p5sagit/JSON-MaybeXS.git] / Changes
diff --git a/Changes b/Changes
index 3ee3b9d..62d8964 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,23 @@
 Revision history for JSON-MaybeXS
 
+1.004004 - 2022-09-17
+ - slight speed optimization for is_bool()
+
+1.004003 - 2020-11-13
+ - fix another test that fails when JSON::XS is installed, but below version 3.0
+
+1.004002 - 2020-05-17
+ - fix test that fails when JSON::XS is installed, but below version 3.0
+   (RT#132578)
+
+1.004001 - 2020-05-01
+ - 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.