Doc bug fix for weak ref set
Dave Rolsky [Sun, 26 Sep 2010 05:31:25 +0000 (00:31 -0500)]
Changes

diff --git a/Changes b/Changes
index 7499f21..7db513b 100644 (file)
--- 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