How am I the first one to catch this stevanism?
[gitmo/MooseX-Storage.git] / Changes
diff --git a/Changes b/Changes
index 3707da9..aef0061 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,32 @@
 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)
+
+0.16
+   * Don't fail tests when Best is unavailable (t0m)
+
+0.15
+    * MooseX::Storage
+      - Remove use of deprecated alias_method routine
+        which was causing issues when you used multiple
+        Roles which used MooseX::Storage (t0m).
+
+0.14
+    * MooseX::Storage::Engine
+      - cycles are now tracked by refaddr instead 
+        of stringified object, which broke for any
+        overloaded objects (Thanks to Jonathan Rockway)
+
+    * Don't fail tests when YAML is unavailable
+
+    * Use temporary files in test suite, instead of cwd
+
 0.13 Sat. May 24, 2008
     * MooseX::Storage::Engine
       - added find_type_handler_for($name) method