X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=15defb40adb4c208ca0b0d6940ce13e214c1c8b4;hb=84b56df2d53b1735aa20cac925233700f03fb129;hp=4cca969935132a09fa84268fc575cde737c55636;hpb=25374f018116dc632e1625bf401c8893c5df21ff;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 4cca969..15defb4 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,20 @@ Revision history for Perl extension Moose +0.34 + ~~~ more misc. doc. fixes ~~~ + ~~ updated copyright dates ~~ + + * Moose::Meta::Method::Accessor + - fixed bug when passing a list of values to + an accessor would get (incorrectly) ignored. + Thanks to Sartak for finding this ;) + - added tests for this (Sartak again) + 0.33 Fri. Dec. 14, 2007 - !! Moose now loads ~45% faster !! - !! with new Class::MOP 0.49 !! + !! Moose now loads 2 x faster !! + !! with new Class::MOP 0.49 !! - ++ new ooose.pm module to make command line + ++ new oose.pm module to make command line Moose-ness easier (see POD docs for more) * Moose::Meta::Class