More Changes
Dave Rolsky [Fri, 15 Oct 2010 01:42:38 +0000 (20:42 -0500)]
Changes

diff --git a/Changes b/Changes
index 6052cb1..454df56 100644 (file)
--- 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).