From: Dave Rolsky Date: Sat, 28 Aug 2010 00:58:10 +0000 (-0500) Subject: Add mention of turning off warning X-Git-Tag: 1.11~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=238c793c9464fc6ab49aea4282bf10a2efc9ed78;p=gitmo%2FMoose.git Add mention of turning off warning --- diff --git a/Changes b/Changes index b41d63e..1d8464e 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,10 @@ for, noteworthy changes. * An attribute in a subclass can now override the value of "is". (doy) + * The deprecation warnings for alias and excludes have been turned back off + for this release, to give other module authors a chance to tweak their + code. (Dave Rolsky) + [BUG FIXES] * mro::get_linear_isa was being called as a function rather than a method,