Add changes entry for native delegation lazy default type fixes
Dave Rolsky [Fri, 29 Oct 2010 15:12:29 +0000 (10:12 -0500)]
Changes

diff --git a/Changes b/Changes
index 7e2a692..2931fbc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -20,6 +20,9 @@ for, noteworthy changes.
     method will coerce the integer to a DateTime object. Reported by Karen
     Etheridge. RT #62351. (Dave Rolsky)
 
+  * An attribute using native delegations did not always properly coerce and
+    type check a lazily set default value. (doy and Dave Rolsky)
+
   * Using a regexp to define delegations for a class which was not yet loaded
     did not actually work, but did not explicitly fail. However, it caused an
     error when the class was loaded later. Reported by Max Kanat-Alexander. RT