From: Dave Rolsky Date: Fri, 15 Oct 2010 01:42:38 +0000 (-0500) Subject: More Changes X-Git-Tag: 1.16~33 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cfe281b850b3c133dd5d8efcfd3650b4a6bc4248;p=gitmo%2FMoose.git More Changes --- diff --git a/Changes b/Changes index 6052cb1..454df56 100644 --- a/Changes +++ b/Changes @@ -31,6 +31,10 @@ NEXT something that can be assigned to). This should fix issues with KiokuDB::Class. (doy) + * We now ignore all Class::MOP and Moose classes when determining what + package called a deprecated feature. This should make the deprecation + 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).