X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=81e7444d463609080a7416fab44fd66981d7e0ae;hb=6bf506c8c842353e50f0c21e423227f6695b4d92;hp=c1b2b4e9d708f05cb6aea32311f4cde0170e0114;hpb=2411ac4521577790ae0b3ebb6fe907816d7b87d3;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/Changes b/Changes index c1b2b4e..81e7444 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ {{$NEXT}} +- The latest Moose release (2.08) broke this module. This release fixes + MooseX::ClassAttribute to work with both new and old Mooses. Reported by + Jonathan Stowe. RT #84263. + + +0.26 2011-06-06 + - The default() method for class attributes always returned a value, even if the default was a subroutine ref, which isn't how the method works for regular attributes. This broke inlining with Moose HEAD.