X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=aef0061934609de6ae9c78a2960361040267f42e;hb=d109f069550fb434c24b9a030fa62848248ac58e;hp=dab836b5001853a12b7460d6b6bc757523c83c51;hpb=cfd008fa25b3cdd9721ef2fad9f4383cdc200ddc;p=gitmo%2FMooseX-Storage.git diff --git a/Changes b/Changes index dab836b..aef0061 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,22 @@ 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