document first version with is_bool
Karen Etheridge [Fri, 24 Apr 2020 03:44:52 +0000 (20:44 -0700)]
Changes
lib/JSON/MaybeXS.pm

diff --git a/Changes b/Changes
index 1705ecd..267f7cf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for JSON-MaybeXS
 
+ - document when is_bool became available
+
 1.004000 - 2018-04-19
  - added true and false subs so they can be used via JSON::MaybeXS rather than
    only JSON() exported sub.
index 302b01c..46b15a9 100644 (file)
@@ -205,6 +205,8 @@ Since this is a bare sub in the various backend classes, it cannot be called as
 a class method like the other interfaces; it must be called as a function, with
 no invocant.  It supports the representation used in all JSON backends.
 
+Available since version 1.002004.
+
 =head1 CONSTRUCTOR
 
 =head2 new