Release commit for 1.004000
[p5sagit/JSON-MaybeXS.git] / Changes
diff --git a/Changes b/Changes
index 501499b..1705ecd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,17 @@
 Revision history for JSON-MaybeXS
 
+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)
+
 1.003008 - 2016-10-03
  - added an INSTALLATION section to documentation, to clarify the use of
    dynamic prerequisites in Makefile.PL