X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f90e1293e66571a129b4ee4bd3955b4a6f5350dd;hb=04283e901fb71c2bb86cfa69d0731d07d34c7147;hp=dcadee2caff739e9e86e0a7b56b4108c0aec37d2;hpb=7fc87c82cd2bd86ee0d4195ebb6477b1d94ab12a;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git diff --git a/Changes b/Changes index dcadee2..f90e129 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,12 @@ -0.00900 +0.00902 July 10, 2009 + - Bump required Moose version to avoid issues with is => 'bare' + when an older version of Moose is already installed. + +0.00901 July 06, 2009 + - 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)