X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=223eed2310e787c5af2ba11f85e2f31fc51408f0;hb=69462673550d69e65a39c49327fcdd17f6f2b715;hp=10e5640fcb2969196048ec45d289429237fbbc82;hpb=2a572db58d747c3c75bbf835c492d2ed04316dc4;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git diff --git a/Changes b/Changes index 10e5640..223eed2 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,16 @@ + - 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) + +0.00802 Apr 23, 2009 + - Declare test dependency on Test::Exception. Closes RT#43194. (rafl) + - Turn build_requires on Test::More into test_requires. (rafl) + - Fix doc typos in SYNOPSIS. Closes RT#40380. (rafl) + 0.00801 Apr 09, 2009 - Make the accessor meta method class compatible with recent Moose. - Stop using deprecated Moose api to avoid warnings.