From: Tomas Doran (t0m) Date: Thu, 28 May 2009 17:35:09 +0000 (+0100) Subject: Changelog X-Git-Tag: 0.00900~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=543f55cd39d29c3ef3c86ee674aba485bf4b2387;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git Changelog --- diff --git a/Changes b/Changes index 7a0c603..c15613e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +0.00900 + - 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 - Declare test dependency on Test::Exception. Closes RT#43194. (rafl) - Turn build_requires on Test::More into test_requires. (rafl)