Add mention of turning off warning
Dave Rolsky [Sat, 28 Aug 2010 00:58:10 +0000 (19:58 -0500)]
Changes

diff --git a/Changes b/Changes
index b41d63e..1d8464e 100644 (file)
--- 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,