From: Shawn M Moore Date: Sun, 25 May 2008 01:53:44 +0000 (+0000) Subject: Update ChangeLog with more stuff that has happened since previous release X-Git-Tag: 0.16~58 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f66aa1f1ab2cf8aac55f22d526e714f5208d9454;p=gitmo%2FMooseX-AttributeHelpers.git Update ChangeLog with more stuff that has happened since previous release --- diff --git a/ChangeLog b/ChangeLog index 026bed0..019196c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,10 +2,16 @@ Revision history for Perl extension MooseX-AttributeHelpers 0.08 ~~ updates copyright year on all modules ~~ + - remove Module::Build support in favor of ExtUtils::MakeMaker * MooseX::AttributeHelpers::MethodProvider::Hash - fixed bug in non-type constraint version of set method (thanks to frodwith) + - delete with multiple keys will now work (thanks to frodwith) + * MooseX::AttributeHelpers::MethodProvider::List + - add "join" and "elements" provided methods (thanks to Sartak) + * MooseX::AttributeHelpers::MethodProvider::Array + - add "splice" provided method 0.07 Tues. Jan. 1, 2008 * MooseX::AttributeHelpers::String