Remove -T as that stops my perl finding my local::lib, ergo I don't find pod coverage...
[gitmo/MooseX-Storage.git] / Changes
diff --git a/Changes b/Changes
index d692938..aef0061 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for MooseX-Storage
 
+0.18
+   * Fix test failures without JSON::Any. Patch from RT#46343 (Nicholas Clarke)
+   * Added support for Maybe[...] constraints fixing RT#43165 (plu)
+
 0.17
    * Change MooseX::Storage::Engine to use get_all_attributes,
      rather than the deprecated compute_all_applicable_attributes (t0m)