From: Dave Rolsky Date: Sun, 26 Sep 2010 05:31:25 +0000 (-0500) Subject: Doc bug fix for weak ref set X-Git-Tag: 1.15~70 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=215ee89d48d8e95bf7c7fe96c44385becfa6ca6f;p=gitmo%2FMoose.git Doc bug fix for weak ref set --- diff --git a/Changes b/Changes index 7499f21..7db513b 100644 --- a/Changes +++ b/Changes @@ -15,6 +15,12 @@ NEXT be much faster than the previous method of delegation. In the best case, native trait methods will be very highly optimized. + [BUG FIXES] + + * If an attribute was weak, setting it to a non-ref value after the object + was constructed caused an error. Now we only call weaken when the new + value is a reference. + 1.14 Tue, Sep 21, 2010