X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7d258039c5ba65b61547c8e1bf2d4f65b6670e67;hb=e3598a1859229b8e91ad93c767f960ea7b2553e7;hp=33b9ddebc8d3c073901f84da782b40c415b2cd76;hpb=0a73bc93825d51284658170361933d2d329462eb;p=gitmo%2FMoose-Autobox.git diff --git a/Changes b/Changes index 33b9dde..7d25803 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,15 @@ Revision history for Perl extension Moose::Autobox -0.08 +0.10 + - add each, each_key, each_value to Indexed (array and hash) (rjbs) + - add split, words, lines to String (Sartak) + - add 'to' to Number (Debolaz) + +0.09 Thu. Oct 23, 2008 + - update Perl6::Junction dependency and support new version + +0.08 Mon. May 12, 2008 + - add flatten method to Array and Hash - upped the dependency on autobox from 1.22 to 2.23 at the suggestion of chocolateboy - might as well up the Moose dependency too.