From: Karen Etheridge <ether@cpan.org>
Date: Sat, 14 Mar 2015 20:35:52 +0000 (-0700)
Subject: changelog and x_contributors for RT#102733
X-Git-Tag: v1.003004~2
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ba04127702d13ba9f89cc0bb1946684266f5374;p=p5sagit%2FJSON-MaybeXS.git

changelog and x_contributors for RT#102733
---

diff --git a/Changes b/Changes
index beefb38..427669a 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for JSON-MaybeXS
 
+ - caveat added to documentation about type checking the object returned by
+   new() (John SJ Anderson, RT#102733)
+
 1.003003 - 2014-12-06
  - ensure an old Cpanel::JSON::XS is upgraded if it is too old, as it will
    always be used in preference to JSON::XS
diff --git a/Makefile.PL b/Makefile.PL
index 402d4c8..419bdd6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -25,6 +25,7 @@ my %WriteMakefileArgs = (
     x_contributors => { # manually added, from git shortlog -e -s
       'Clinton Gormley <develop@traveljury.com>',
       'Graham Knop <haarg@haarg.org>',
+      'John SJ Anderson <genehack@genehack.org>',
       'Karen Etheridge <ether@cpan.org>',
       'Kieren Diment <diment@gmail.com>',
       'Matt S Trout <mst@shadowcat.co.uk>',