X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=aef0061934609de6ae9c78a2960361040267f42e;hb=refs%2Ftags%2F0.18;hp=4ef661b3f53182a782f9b14619a932929b7e403b;hpb=5aaf0d463f679ad01264bf28125ade4c52888572;p=gitmo%2FMooseX-Storage.git diff --git a/Changes b/Changes index 4ef661b..aef0061 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ 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)