X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=9948491fe2e7ff49e1d1b49eeb0c4a6cc574532f;hb=3defafb9b4522e7d8f94a52ad939b0a5d8dc7bd9;hp=5913927b1263db09ff1751539bd0f8ae510f3119;hpb=eaa263571728bf8b5abb604c61dd73ff44be9417;p=gitmo%2FMooseX-Storage.git diff --git a/Changes b/Changes index 5913927..9948491 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,29 @@ Revision history for MooseX-Storage -0.12 ??? +0.13 + * MooseX::Storage::Engine + - added find_type_handler_for($name) method + to make finding type handlers easier + - improved error messages + +0.12 Fri. March 14, 2008 - added build_requires for Test::Deep (awwaiid) + - upped the Moose dependency to support the custom + meta-attribute-traits + + * t/ + - fixing all the tests to properly skip if optional + features are not being used, this should help get + rid of all our CPANtester failures + - tested against 5.10 as well + + * MooseX::Storage::Engine + MooseX::Storage::Meta::Attribute::DoNotSerialize + MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize + - adding meta-attribute-trait support for + DoNotSerialize + - added tests for this 0.11 Thurs. Jan. 10, 2008