From: Dave Rolsky Date: Sun, 17 Oct 2010 16:51:16 +0000 (-0500) Subject: Update Changes for default is warning X-Git-Tag: 1.16~28 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=77f59e6651671eb5b3ba2059b60a876ff408633d;p=gitmo%2FMoose.git Update Changes for default is warning --- diff --git a/Changes b/Changes index be2131e..8de2ff6 100644 --- a/Changes +++ b/Changes @@ -36,7 +36,9 @@ NEXT warnings saner, and make it possible to turn them off more easily. * The deprecated "default is" warning no longer happens is the attribute has - any accessor method defined (accessor, reader, writer). + any accessor method defined (accessor, reader, writer). Also, this warning + only happens when a method generated because of the default is is actually + called, rather than when the attribute is defined. * The "default default" code for some native delegations no longer issues a deprecation warning when the attribute is required or has a builder.