X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=223eed2310e787c5af2ba11f85e2f31fc51408f0;hb=69462673550d69e65a39c49327fcdd17f6f2b715;hp=dcadee2caff739e9e86e0a7b56b4108c0aec37d2;hpb=7fc87c82cd2bd86ee0d4195ebb6477b1d94ab12a;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git diff --git a/Changes b/Changes index dcadee2..223eed2 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ -0.00900 + - Fix to not warn with newer versions of Moose by passing is => 'bare' + to process_accessors method. + +0.00900 May 29, 2009 - Fix so that classes which implement BUILD themselves still get all attributes passed to their constuctor placed into the instance hash (t0m)