From: Dave Rolsky Date: Sun, 17 Oct 2010 20:03:17 +0000 (-0500) Subject: Clarify a change X-Git-Tag: 1.16~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d25044d32912ae619aa7511ea55c4ef4e4a346de;p=gitmo%2FMoose.git Clarify a change --- diff --git a/Changes b/Changes index 5362d39..74cb90f 100644 --- a/Changes +++ b/Changes @@ -38,8 +38,8 @@ NEXT * The deprecated "default is" warning no longer happens if the attribute has any accessor method defined (accessor, reader, writer). Also, this warning - only happens when a method is generated because of the default is is - actually called, rather than when the attribute is defined. (Dave Rolsky) + only happens when a method that was generated because of the "default is" + gets called, rather than when the attribute is defined. (Dave Rolsky) * The "default default" code for some native delegations no longer issues a deprecation warning when the attribute is required or has a builder. (Dave