X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b620fa5331f6332a49d76b86f24340ab74e38374;hb=9dc3f57bd971b66f65c493005aeb740be557c120;hp=1ca5abdccf74cb0a5eed385a9c9c9ff7244a2e68;hpb=5e2dfe0a3e5d99f248bbf30df7cd40878fe83f03;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git diff --git a/Changes b/Changes index 1ca5abd..b620fa5 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,15 @@ +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, 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