X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0397a08a33af1c8359d529f6039da1dfd06da5b4;hb=18b28ba887282651b2c4e3cf4cf2e8cc49e05d9e;hp=d75ea444f29224ff19176a0fa90aeb847552d66a;hpb=ec2163fb877cca5675278b94a0cb8cd48721953b;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index d75ea44..0397a08 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,30 @@ for, noteworthy changes. {{$NEXT}} +2.0401 Thu, Nov 17, 2011 + + [BUG FIXES] + + * Attributes with weak_ref now weaken their associated slot when they are + initialized through a lazy default or builder. Reported by tome. (doy) + +2.0400 Tue, Nov 15, 2011 + + [OTHER] + + * No changes from 2.0302 (other than a few minor documentation tweaks). + +2.0302 Wed, Nov 02, 2011 + + [BUG FIXES] + + * Fix test failure on 5.8. (Dave Rolsky) + + * Make make_immutable return value consistent and document it to be true. + (mst) + +2.0301 Fri, Oct 21, 2011 + [BUG FIXES] * Fix compilation on 5.8. Reported by ether. (doy)