From: Dave Rolsky <autarch@urth.org>
Date: Fri, 15 Oct 2010 15:55:30 +0000 (-0500)
Subject: Update changes for default default fixes
X-Git-Tag: 1.16~30
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fca962fc32572f74c6caa4065586e6745bc52da3;p=gitmo%2FMoose.git

Update changes for default default fixes
---

diff --git a/Changes b/Changes
index 454df56..be2131e 100644
--- a/Changes
+++ b/Changes
@@ -41,8 +41,9 @@ NEXT
   * The "default default" code for some native delegations no longer issues a
     deprecation warning when the attribute is required or has a builder.
 
-  * Setting a "default default" caused a fatal error if you defined a builder
-    for the attribute.
+  * Setting a "default default" caused a fatal error if you used the builder
+    or lazy_build options for the attribute. Reported by Kent Fredric. RT
+    #59613.
 
 1.15 Tue, Oct 5, 2010