X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3a0f9ab8f4c56920c8742ff504b1015c1ce5fcad;hb=HEAD;hp=c15613e6b88e3fc9e7ff4b71fb79765470cba77c;hpb=543f55cd39d29c3ef3c86ee674aba485bf4b2387;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git diff --git a/Changes b/Changes index c15613e..3a0f9ab 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,20 @@ -0.00900 +0.00903 Sept 15, 2009 + - Silence a test warning from Moose 0.90 (Dave Rolsky). + +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) -0.00802 Apr 23, 2008 +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)