Added support for Maybe[...] constraints
[gitmo/MooseX-Storage.git] / Changes
diff --git a/Changes b/Changes
index d692938..88c69ea 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for MooseX-Storage
 
+0.18
+   * Added support for Maybe[...] constraints
+
 0.17
    * Change MooseX::Storage::Engine to use get_all_attributes,
      rather than the deprecated compute_all_applicable_attributes (t0m)