X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0397a08a33af1c8359d529f6039da1dfd06da5b4;hb=639b87e2912b694a8f506e7fa5914a0fb2d5f6fe;hp=e11f4abe78c22613b0b5b506b3ae443485f2cafd;hpb=e8cf4a40a342d3dfeddecc8cded7e97711c78294;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index e11f4ab..0397a08 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,42 @@ 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) + + * A custom error class caused a warning when the class that used it was made + immutable. Reported by Maroš Kollár. RT #71514. (Dave Rolsky) + + [ENHANCEMENTS] + + * The enum type will now allow single value enumerations. Previously, two or + more values were required. (rjbs) + 2.0300 Fri, Sep 23, 2011 [DEPRECATIONS]