Update ChangeLog with more stuff that has happened since previous release
Shawn M Moore [Sun, 25 May 2008 01:53:44 +0000 (01:53 +0000)]
ChangeLog

index 026bed0..019196c 100644 (file)
--- 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