X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7dc388a45494d197a615924ccb94135b9732359a;hb=f089b8562e348fcac1d2800545e88a69d484811f;hp=5c2aa89a44f7dd7822f25b91ab51f0ea5adb2643;hpb=f0f5341ba85b40345a57e91cccc70957f1164436;p=gitmo%2FMoose-Autobox.git diff --git a/Changes b/Changes index 5c2aa89..7dc388a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Revision history for Perl extension Moose::Autobox + - add first and last to Scalar and Array (t0m) + 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)