set JSON configs first before loading, so Test::Requires can skip cleanly
[gitmo/MooseX-Storage.git] / Changes
diff --git a/Changes b/Changes
index 5c22f09..959b82b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for MooseX-Storage
 
+ * properly skip optional tests when the required JSON backends aren't
+   available
+
+0.34    2013-06-20
+ * JSON storage works when Cpanel::JSON::XS is the only JSON backend installed
+
 0.33    2013-03-29
  * always JSONify data with sorted keys, to handle hash order randomization
    introduced in 5.17.* (RT#84287, Karen Etheridge)